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.
addr ip_address:port_number
addr ip_address:port_number keyfile:key_file_path/name certfile:certificate_file_path/name
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_path/name |
keyfile=/etc/opt/novell/httpstkd/server.key is the default path and filename on a new OES server installation. |
certificate_path/name |
certfile=/etc/opt/novell/httpstkd/server.pem is the default path and filename on a new OES 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