Added notes on SSL

gh-pages
Hauke D 7 years ago
parent b1f3313ec2
commit b36cbc13f3

@ -75,6 +75,16 @@ TODOs
or using the included `findtodo.sh`. or using the included `findtodo.sh`.
SSL
---
$ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout selfsigned.key -out selfsigned.crt
...
Common Name (e.g. server FQDN or YOUR name) []: localhost
...
$ plackup --enable-ssl --ssl-key-file=selfsigned.key --ssl-cert-file=selfsigned.crt web/webperl.psgi
# then go to https://localhost:5000 and accept the certificate warning
Possible Improvements Possible Improvements
--------------------- ---------------------

Loading…
Cancel
Save