Find answers to your technical questions and learn how to use our products
Search suggestions:
This command downloads a trusted Root-CA certificate from an HTTP or HTTPS web server.
copy https root-ca <app> <URL> [transfer-type]
Parameter
Description
Possible Values
Default Value
app
Application name. The enumerated choices are:
h248reg (specifies the TLS usage over the control channel to Communication Manager)
sla (specifies the TLS usage over the link to the host SLA Monitor app)
syslog (specifies the TLS usage over the syslog connection to a log server)
web (specifies the TLS usage for the HTTPS connections to web servers which are used for downloading and uploading of files)
h248reg
sla
syslog
web
URL
The URL contains the following elements in order:
http://or https://
username (optional) followed by @
webserver host:- IPv4 address, IPv6 address, or Fully Qualified Domain Name of the remote HTTP or HTTPS server
:webserver port (optional)
/file path
path
filename
https://
transfer-type
The transfer type depending on the type of verification. The options are:
secure: verifies the certificate and hostname, applicable for https only
certificate: verifies the web server TLS certificate, applicable for https only
unsecure: no TLS certificate verification required
secure
certificate
unsecure
secure for https
unsecure for http
admin
general
copy https root-ca h248reg https://example.com/root.crt
Previous Topic
Next Topic