J'ai installé OpenSSL 64. Je veux utiliser un certificat pour mon serveur https nodejs. J'ai exécuté la commande suivante :
openssl genrsa -out subdomain.domain.com.key 1024
Mais j'ai obtenu l'erreur :
WARNING: can't open config file: /usr/local/ssl/openssl.cnf
Loading 'screen' into random state - done
Generating RSA private key, 1024 bit long modulus
.........++++++
.........................................++++++
unable to write 'random state'
e is 65537 (0x10001)
Comment puis-je le résoudre ?
Est-ce que c'est la bonne commande ?