Skip to content

nssslcertkey

SSL certificate on NetScaler

show | delete | set | add | do gen_csr

show nssslcertkey

Use this operation to get certificates on NetScaler Instance(s)

Synopsys

show nssslcertkey [id=<string>]

Parameters

id

Id is system generated key for all ssl cert-keys entries. For download operation "id" must be provided in the format <ns_ip_address>_<certkeypair_name>.tgz

delete nssslcertkey

Use this operation to delete certificates on NetScaler Instance(s)

Synopsys {#synopsys-1 style="margin-left: 20px;"}

delete nssslcertkey id=<string>

Parameters {#parameters-1 style="margin-left: 20px;"}

id

Id is system generated key for all ssl cert-keys entries. For download operation "id" must be provided in the format <ns_ip_address>_<certkeypair_name>.tgz

This is a mandatory parameter.

set nssslcertkey

Use this operation to modify certificates on NetScaler Instance(s)

Synopsys {#synopsys-2 style="margin-left: 20px;"}

set nssslcertkey id=<string> [ssl_certificate=<string>] [ssl_key=<string>] [cert_format=<string>] [password=<stringx>] [save_config=(false | true)] [no_domain_check=(false | true)]

Parameters {#parameters-2 style="margin-left: 20px;"}

id

Id is system generated key for all ssl cert-keys entries. For download operation "id" must be provided in the format <ns_ip_address>_<certkeypair_name>.tgz

This is a mandatory parameter.

ssl_certificate

Certificate

ssl_key

Key

cert_format

Certificate Format

password

The pass-phrase that was used to encrypt the private-key.

save_config

true, if save config is required

no_domain_check

Specify this option to override the check for matching domain names during certificate update operation

add nssslcertkey

Use this operation to install certificates on NetScaler Instance(s)

Synopsys {#synopsys-3 style="margin-left: 20px;"}

add nssslcertkey ssl_certificate=<string> certkeypair_name=<string> ns_ip_address_arr=<ipaddress...> [ssl_key=<string>] [cert_format=<string>] [password=<stringx>] [save_config=(false | true)]

Parameters {#parameters-3 style="margin-left: 20px;"}

ssl_certificate

Certificate

This is a mandatory parameter.

certkeypair_name

Cert Key Pair Name

This is a mandatory parameter.

ns_ip_address_arr

List of NetScaler IP Address

This is a mandatory parameter.

ssl_key

Key

cert_format

Certificate Format

password

The pass-phrase that was used to encrypt the private-key.

save_config

true, if save config is required

do nssslcertkey gen_csr

Use this operation to generate CSR for the certificate

Synopsys {#synopsys-4 style="margin-left: 20px;"}

do nssslcertkey gen_csr [id=<string>]

Parameters {#parameters-4 style="margin-left: 20px;"}

id

Id is system generated key for all ssl cert-keys entries. For download operation "id" must be provided in the format <ns_ip_address>_<certkeypair_name>.tgz

Was this article helpful?