chore(ssl) rm " "

This commit is contained in:
coderaiser 2016-06-14 20:56:26 +03:00
parent 6af8409f00
commit 2229be3ca0

View file

@ -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