mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(ssl) rsa: 1024 -> 2048
This commit is contained in:
parent
5dc9a250b9
commit
9608acc8c7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
openssl genrsa -out privatekey.pem 1024
|
||||
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
|
||||
openssl x509 -req -in certrequest.csr -signkey privatekey.pem -out certificate.pem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue