GENERAL SSL CERTFILE

    Usage: GENERAL SSL CERTFILE <file name>

    The file must be a PEM file that contains an RSA or DSA key or certificate. If no certificate/key is specified, the web and chat server will agree on a 'temporary' self-signed key and certificate.

    Example:
    /as general ssl certfile cert.pem


    GENERAL SSL DISABLE

    Usage: GENERAL SSL DISABLE

    This will disable SSL connections for the server.

    Example:
    /as general ssl disable


    GENERAL SSL ENABLE

    Usage: GENERAL SSL ENABLE

    This will enable SSL connections for the server.

    Example:
    /as general set enable


    GENERAL SSL KEYFILE

    Usage: GENERAL SSL KEYFILE <file name>

    The file must be a PEM file that contains an RSA or DSA key or certificate. If no certificate/key is specified, the web and chat server will agree on a 'temporary' self-signed key and certificate.

    Example:
    /as general ssl keyfile key.pem


    GENERAL SSL PORT

    Usage: GENERAL SSL PORT <port>

    This specifies the SSL port for the server. The server may be bound to a particular IP. However, the same port may not be used both for secure and insecure connections, even if it's bound to different IPs. The default secure port is 994. UNIX customers not running with root privileges must change this.

    Examples:
    /as general ssl port 8001
    /as general ssl port 8001:127.0.0.1


    GENERAL SSL UPDATE

    Usage: GENERAL SSL UPDATE <on|off>

    This command enables or disables automatic updating of the server's table of denied destinations. The default is to enable automatic updating.

    Example:
    /as general ssl update on

    For reasons of national security, certain countries are denied access to encryption technology. The server maintains a table of such denied destinations and infrequently checks for updates to that list. If the server is behind a firewall or not on the Internet, it may be desirable to disable these automatic updates.