These commands control Secure Socket Layer for the web server, allowing you to let people connect securely through the web. The key and certificate must be .pem files containing RSA or DSA key and certificate. If no key or certificate is set then the web and chat server will agree on a "temporary" self-signed key and certificate. This works the same was as GENERAL SSL.
CERTFILE - Set the SSL certificate
DISABLE - Turn off SSL for the web server
ENABLE - Turn on SSL for the web server
KEYFILE - Set the SSL key
OFF - Turn off SSL for the web server
ON - Turn on SSL for the web server
PORT - Set the port(s) for secure connections
Examples:
/as help web ssl <topic>