(newbie) Importing certificate with keytool..?
I'm trying to import a certificate with:
* keytool -import -alias mycert -file lalakis.pem
but I keep getting:
~ keytool error: java.lang.Exception: Input not an X.509 certificate
It is:
- An OpenSSL generated certificate with
- Signature Algorithm: PKCS #1 MD5 With RSA Encryption and
- Subject PK Algorithm: PKCS #1 RSA Encryption
Should I use some other options..?

