Find answers to your technical questions and learn how to use our products
Search suggestions:
This command informs the gateway to use the HTTPS copy mechanism to download a copy of the Gateway Identity Certificate from one of the specified applications.
copy https gw-identity-cert <app> <URL> [transfer-type]
Parameter
Description
Possible Values
Default Value
app
Application directory where the source certificate is stored. The enumerated choices are:
h248reg (specifies 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 gw-identity-cert h248reg https://example.com/ident.p12
Previous Topic
Next Topic