Modify Examples for System Install
Alter your examples to work with System Install.
<enabled>false</enabled> <ip>0.0.0.0</ip> <port>8888</port> -<key-file>${NCS_DIR}/etc/ncs/ssl/cert/host.key</key-file> -<cert-file>${NCS_DIR}/etc/ncs/ssl/cert/host.cert</cert-file> +<key-file>${NCS_CONFIG_DIR}/etc/ncs/ssl/cert/host.key</key-file> +<cert-file>${NCS_CONFIG_DIR}/etc/ncs/ssl/cert/host.cert</cert-file> </ssl> </transport>
Last updated
Was this helpful?

