openbsd-ports/www/p5-Mojo/pkg
2022-03-11 20:09:36 +00:00
..
DESCR
PLIST
README

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

* SSL
For having Mojolicious listen on SSL, you should create your own
certificate first. See ssl(8) for details.

For a quick test, you can point 'morbo' to your certificate and key.

# morbo -l "https://*:443?cert=/etc/ssl/www.example.com.crt&key= \
 /etc/ssl/private/www.example.com.key" ./myapp.pl