mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
3 lines
No EOL
184 B
Bash
3 lines
No EOL
184 B
Bash
openssl genrsa -out privatekey.pem 1024
|
|
openssl req -new -key privatekey.pem -out certrequest.csr
|
|
openssl x509 -req -in certrequest.csr -signkey privatekey.pem -out certificate.pem |