$OpenBSD: README,v 1.2 2018/09/04 12:46:26 espie Exp $
+-----------------------------------------------------------------------
| 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