Add 'pem.sh'

This commit is contained in:
Sarimoko 2021-07-06 06:21:42 +00:00
parent c351c5a951
commit d8ac07ac25
1 changed files with 1 additions and 0 deletions

1
pem.sh Normal file
View File

@ -0,0 +1 @@
openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem