3 lines
117 B
Plaintext
3 lines
117 B
Plaintext
openssl req -x509 -newkey rsa:4096 -nodes -keyout privkey.pem -out fullchain.pem -days 365 \
|
|
-subj "/CN=localhost"
|