mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(ssl) rm " "
This commit is contained in:
parent
6af8409f00
commit
2229be3ca0
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
openssl genrsa -out privatekey.pem 2048
|
||||
openssl req -new -key privatekey.pem -out certrequest.csr
|
||||
openssl genrsa -out privatekey.pem 2048
|
||||
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