java Programming Glossary: foo.jks
Converting a Java Keystore into PEM Format http://stackoverflow.com/questions/652916/converting-a-java-keystore-into-pem-format using jdk6 at least... bash keytool keystore foo.jks genkeypair alias foo dname 'CN foo.example.com L Melbourne ST.. RETURN if same as keystore password bash keytool keystore foo.jks exportcert alias foo openssl x509 inform der text Enter keystore.. f4 34 27 e6 53 c7 bash keytool importkeystore srckeystore foo.jks destkeystore foo.p12 srcstoretype jks deststoretype pkcs12 Enter..
|