0
NNeuron123
The code in question opens a request to create a new key pair using RSA 2048-bit encryption. The key pair is written to the file mydomain.key and the certificate signing request (CSR) is written to mydomain.csr.
0 Comments
openssl req -new -newkey rsa:2048 -nodes -keyout mydomain.key -out mydomain.csr