-
Notifications
You must be signed in to change notification settings - Fork 138
Issuing SSL Server Certificate with Keytool
Endi S. Dewata edited this page Aug 7, 2024
·
1 revision
$ keytool \
-gencert \
-keystore ca_signing.p12 \
-storetype pkcs12 \
-storepass Secret.123 \
-alias ca_signing \
-ext KeyUsage:c=digitalSignature,nonRepudiation,keyEncipherment,dataEncipherment \
-ext ExtendedKeyUsage=serverAuth \
-rfc \
-infile sslserver.csr \
-outfile sslserver.crt
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |