| getsslcertkeyResult Structure Definition |
The getsslcertkeyResult structure defines the return type for getsslcertkey 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. |
sslcertkeyList |
List of sslcertkeys |
| sslcertkey Structure Definition |
The sslcertkey structure defines the actual return type values for getsslcertkey API. |
Syntax |
Members |
certkeyname |
Name of the certificate-key pair for which to show detailed information. |
cert |
The name and location of the file containing the certificate. |
key |
The name and location of the file containing the key. |
inform |
The encoding format of the certificate and key (PEM,DER or PFX). |
signaturealg |
Signature algorithm. |
certificatetype |
Specifies whether the certificate is of type root-CA, intermediate-CA, server, client, or client and server |
serial |
Serial number. |
issuer |
Issuer name. |
clientcertnotbefore |
Not-Before date. |
clientcertnotafter |
Not-After date. |
daystoexpiration |
Days remaining for the certificate to expire. |
subject |
Subject name. |
publickey |
Public key algorithm. |
publickeysize |
Size of the public key. |
version |
Version. |
priority |
ocsp priority |
status |
Status of the certificate. |
fipskey |
FIPS key ID. |
hsmkey |
External HSM key ID. |
passcrypt |
Passcrypt. |
passplain |
Passplain. |
data |
Vserver Id |
servername |
Vserver name to which the certificate key pair is bound. |
servicename |
Service name to which the certificate key pair is bound. |
ocspresponder |
OCSP responders bound to this certkey |
sslprofile |
SSL profile name to which the certificate key pair is bound. |
expirymonitor |
Certificate expiry monitor |
notificationperiod |
Certificate expiry notification period |
linkcertkeyname |
The name of the Certificate-Authority. |
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 |
ocspresponsestatus |
Ocsp response status of the certificate. |
builtin |
Flag to determine if Cert key is built-in or not |
certkeydigest |
Stores the added md5sum of certificate and key files |
certificatesource |
Location of the certificate. |
certkeystatus |
Status of the certkey in PE. |
deletecertkeyfilesonremoval |
This option is used to automatically delete certificate/key files from physical device when the added certkey is removed. When deleteCertKeyFilesOnRemoval option is used at rm certkey method, it overwrites the deleteCertKeyFilesOnRemoval setting used at add/set certkey method |
_nextgenapiresource |
sslvserverpriority |
sslvserverversion |
service |
servicepriority |
serviceversion |
crldistributionpoint |
ocsppriority |
See Also |