| getsslcacertbundleResult Structure Definition |
The getsslcacertbundleResult structure defines the return type for getsslcacertbundle 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. |
sslcacertbundleList |
List of sslcacertbundles |
| sslcacertbundle Structure Definition |
The sslcacertbundle structure defines the actual return type values for getsslcacertbundle API. |
Syntax |
Members |
cacertbundlename |
Name given to the CA certbundle. |
bundlefile |
Name of and, optionally, path to the X509 CA certificate bundle file that is used to form cacertbundle entity. The CA certificate bundle file should be present on the appliance's hard-disk drive or solid-state drive. /nsconfig/ssl/ is the default path. The CA certificate bundle file consists of list of certificates. |
servername |
Vserver/Service/Servicegroup name to which the cacertbundle 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 |