Publication @fozzy |
Generating Private Key and CSR via terminal
1. Open the Terminal
2. Generate a private key using following command:
openssl genrsa -out private.key 2048
3. Generate CSR using following command:
openssl req -new -key private.key -out your_domain.csr -sha256
4. Enter the required data using English keyboard:
- Country Name (2 letter code) [AU]:
- State or Province Name (full name) [Some-State]:
- Locality Name (eg, city) []:
- Organization Name (eg, company) [Internet Widgits Pty Ltd]:
- Common Name (e.g. server FQDN or YOUR name) []:
- Email Address []:
5. Input additional data using English keyboard:
- A Challenge password []:
- An optional company name []:
6. Private Key and CSR were generated and saved in your user folder
More helpful instructions can be found on our website
Fozzy – The fastest hosting
- Shared Hosting – from $3 / month
- Domains – from $0.82 / year
- Linux VPS & Windows VPS – from $8.99 / month
- SSL certificates – free
- Official website – https://fozzy.com
Join our community!
Facebook – https://www.facebook.com/fozzyhosting
YouTube – https://www.youtube.com/fozzyinc
Vkontakte – https://vk.com/fozzyru
|