Friday 8 April 2022

How to associate an existing private key to a self-signed certificate?

Below command associate the private key presented in the file ‘myPrivate.key’ to the domain.

openssl req
-key myPrivate.key
-new
-x509 -days 500 -out domain.crt

 

 

Previous                                                    Next                                                    Home

No comments:

Post a Comment