Openssl should be installed on your machine (Tested on Redhat machines)
- openssl genrsa -out www.example.com.key 2048 (This way create a ssl key)
- openssl req -new -key www.example.com.key -out www.example.com.csr (This command will create a CSR file were you have to enter details regarding your website)
No comments:
Post a Comment