3 lines
250 B
Bash
3 lines
250 B
Bash
#openssl req -x509 -newkey rsa:4096 -keyout key.pem -nodes -out cert.pem -sha256 -days 365 -subj "/C=RU/ST=NTC/L=TNIIS/O=Company Name/OU=Org/CN=www.example.com"
|
|
openssl req -new -x509 -keyout "html/server.pem" -out "html/server.pem" -days 365 -nodes
|