Using OpenSSL:
You should keep the key at 2048 bits.
1. openssl genrsa -out server-key.pem 2048
Next we need to generate the certificate in PEM
2. openssl req -new -x509 -key server-key.pem -out server.pem -day 3560
You are finished.
- 56 Los Usuarios han Encontrado Esto Útil
Artículos Relacionados
Powered by WHMCompleteSolution