[Solved] ServerPilot: How to create SSL for your site
Find here some links to How to create SSL in ServerPilot for your site.
1. Generate CSR
openssl req -newkey rsa:2048 -nodes -keyout your-site.com.key -out your-site.com.csr
2. Insert the details
Generating a 2048 bit RSA private key
…………..+++
………….+++
writing new private key to ‘your-site.com.key’
—–
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter ‘.’, the field will be left blank.
—–
Country Name (2 letter code) [AU]: BR
State or Province Name (full name) [Some-State]: STATE
Locality Name (eg, city) []: CITY
Organization Name (eg, company) [Internet Widgits Pty Ltd]: NAME OF COMPANI LTDA
Organizational Unit Name (eg, section) []:
Common Name (e.g. server FQDN or YOUR name) []: your-site.com.br
Email Address []: email@your-site.com.br
Please enter the following ‘extra’ attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
3. Copy the .CSR to your server
Após os arquivos serem gerados, copie o .csr no seu sevirço de ssl.
4. Send the files to the server
Links: