-
Notifications
You must be signed in to change notification settings - Fork 137
Issuing SSL Server Certificate with OpenSSL
Endi S. Dewata edited this page Oct 28, 2020
·
2 revisions
To issue an SSL Server Certificate with an existing CA certificate and key:
$ openssl x509 \ -req \ -CA ca.crt \ -CAkey ca.key \ -CAcreateserial \ -in sslserver.csr \ -out sslserver.crt
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |