Saturday, 15 July 2017

How to Generate a Certificate Signing Request in Ubuntu

Generating a Certificate Signing Request (CSR)

To generate the Certificate Signing Request (CSR), you should create your own key. You can run the following command from a terminal prompt to create the key:

 

openssl genrsa -des3 -out server.key 1024

 

Generating RSA

Read More

READ Full article

creative bloq . 2017 Copyright. All rights reserved.