Skip to main content
added 88 characters in body
Source Link

using the command openssl version -d is shows the default location of the configuration file I set the directories in OPENSSLDIR: "/usr/local/ssl"

using the command openssl version -d is shows the default location of the configuration file I set the directories in OPENSSLDIR: "/usr/local/ssl"

added 88 characters in body
Source Link

I have noticed the file is saved in the working directory that terminal is open in.

I have noticed the file is saved in the working directory that terminal is open in.

added 196 characters in body
Source Link

UPDATE 11:00 30/05/2019

I have ran the command

openssl req -x509 -newkey rsa:4096 -days 3650

but it just prints the key inside the terminal window and doesn't output to a file.

I added -noout to the command but the file has saved it saved itself at ~privkey.pem and not in the direcory I set in the openssl.cnf file /home/will/demoCA.

UPDATE 11:00 30/05/2019

I have ran the command

openssl req -x509 -newkey rsa:4096 -days 3650

but it just prints the key inside the terminal window and doesn't output to a file.

I added -noout to the command but the file has saved it saved itself at ~privkey.pem and not in the direcory I set in the openssl.cnf file /home/will/demoCA.

deleted 4 characters in body
Source Link
Loading
Source Link
Loading