Running the www server with SSL?
I'm using version 22.5 on CentOS 7.5
Ive set:
WWW-Server-SSL-Certificate /etc/letsencrypt/live/xxxxxxx.xxx/fullchain.pem
but how do I specify the key file? Just append them together in a single file?
Also, I've tried setting:
WWW-Server-Port 443
but that just results in:
:: Starting Pathway Tools WWW server at http://xxxxxx.xxx:443/
How do I setup the webserver to properly use SSL?