https support

This commit is contained in:
Chapuis Bertil
2015-09-07 15:11:03 +02:00
parent e85e6fab96
commit 436de7f687
2 changed files with 66 additions and 0 deletions

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
```
openssl genrsa -out private_key 2048
openssl req -new -x509 -key private_key -out public_key -days 365
```