mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
added ssl.sh
This commit is contained in:
parent
75c67fd1d1
commit
d7c108bedd
1 changed files with 3 additions and 0 deletions
3
shell/ssl.sh
Normal file
3
shell/ssl.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue