6 lines
207 B
Markdown
6 lines
207 B
Markdown
|
Self Signed Certificate:
|
||
|
|
||
|
openssl genpkey -algorithm RSA -out private-key.pem - this is the private key
|
||
|
openssl req -new -key private-key.pem -x509 -days 365 -out certificate.pem - this is the certificate
|
||
|
|