| getsslcertkeybundleResult Structure Definition |
The getsslcertkeybundleResult structure defines the return type for getsslcertkeybundle API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
sslcertkeybundleList |
List of sslcertkeybundles |
| sslcertkeybundle Structure Definition |
The sslcertkeybundle structure defines the actual return type values for getsslcertkeybundle API. |
Syntax |
Members |
certkeybundlename |
Name given to the cerKeyBundle. |
bundlefile |
Name of and, optionally, path to the X509 certificate bundle file that is used to form the certificate-key bundle. The certificate bundle file should be present on the appliance's hard-disk drive or solid-state drive. /nsconfig/ssl/ is the default path. The certificate bundle file consists of list of certificates and one key in PEM format. |
passplain |
Pass phrase used to encrypt the private-key. Required when certificate bundle file contains encrypted private-key in PEM format. |
servername |
Vserver name to which the certKeyBundle is bound. |
subject |
Subject name. |
serial |
Serial number. |
issuer |
Issuer name. |
publickey |
Public key algorithm. |
publickey2 |
Public key algorithm. |
publickeysize |
Size of the public key. |
sandns |
Subject Alternative Name (SAN) is an extension to X.509 that allows various values to be associated with a security certificate using a subjectAltName field. These values are called "Subject Alternative Names" (SAN). This field is for DNS names |
sanipadd |
Subject Alternative Name (SAN) is an extension to X.509 that allows various values to be associated with a security certificate using a subjectAltName field. These values are called "Subject Alternative Names" (SAN). This field is for IP address |
sandns2 |
Subject Alternative Name (SAN) is an extension to X.509 that allows various values to be associated with a security certificate using a subjectAltName field. These values are called "Subject Alternative Names" (SAN). This field is for DNS names |
sanipadd2 |
Subject Alternative Name (SAN) is an extension to X.509 that allows various values to be associated with a security certificate using a subjectAltName field. These values are called "Subject Alternative Names" (SAN). This field is for IP address |
clientcertnotbefore |
Not-Before date. |
clientcertnotafter |
Not-After date. |
daystoexpiration |
Days remaining for the certificate to expire. |
signaturealg |
Signature algorithm. |
status |
Status of the certificate. |
_nextgenapiresource |
See Also |