Keytool Operations: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* [[keytool#Subjects|keytool]] | * [[keytool#Subjects|keytool]] | ||
=Generate a Certificate Signing Request= | |||
{{External|https://docs.oracle.com/javase/7/docs/technotes/guides/security/crypto/HowToImplAProvider.html#Step6}} | |||
keytool -certreq -alias jce-provider-signing-key -file novaordis-jce-provider2.csr -keystore ./jce-provider-signing-keystore.jks -storepass n7ejfh2jef234rBe | |||
=Inspect the Certificate= | =Inspect the Certificate= |
Revision as of 05:07, 8 April 2018
Internal
Generate a Certificate Signing Request
keytool -certreq -alias jce-provider-signing-key -file novaordis-jce-provider2.csr -keystore ./jce-provider-signing-keystore.jks -storepass n7ejfh2jef234rBe
Inspect the Certificate
The certificate data can be displayed with:
keytool -printcert -v -file ./test-cert.pem
It accepts certificates in PEM format.