Specifies each address and port that HTTPSTKD opens and listens on.
Optionally, you can enable SSL on the port using the keyfile and certfile parameters. SSL encrypts the login, so that passwords are not sent over the Internet in plain text.
addr ip_address:port_number
addr ip_address:port_number keyfile:key_file_path/keyfile_name.key certfile:certificate_file_path/cerfile_name.pem
Option |
Use |
---|---|
IP_address |
One of the following:
A DNS name is not allowed. |
port |
One of the following for public or secure:
If you are accessing Novell Remote Manager outside a firewall, these ports must be open. |
keyfile=<keyfile_path/keyfile_name.key> |
A .key file is the private key used to encrypt SSL-enabled requests. The key corresponds to the public key in the certificate. /etc/opt/novell/httpstkd/server.key is the default path and file name on a new server installation. |
certfile=<certificate_path/certfile_name.pem> |
A .pem file is a base64 ASCII encoded SSL certificate and its public key. /etc/opt/novell/httpstkd/server.pem is the default path and file name on a new server installation. |
addr 0.0.0.0:8008 addr 0.0.0.0:8009 keyfile=/etc/opt/novell/httpstkd/server.key certfile=/etc/opt/novell/httpstkd/server.pem