A.1 Address and Port Commands

Purpose

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.

Syntax

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:

  • 0.0.0.0

  • The assigned static IP address of the node

A DNS name is not allowed.

port/

One of the following for public or secure:

  • 8008 is the default public port

  • 8009 is the default secure port

  • any port not in use on the server

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.

Examples

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