IsCA |
This object specifies how the certificate is treated internally.
Possible Values:
true(1), -- A certificate of a trusted root CA
false(2) -- An own or peer certificate. Enumerations: |
Description |
This object specifies the name of the X.509 Certificate. |
Index |
A unique index of this certificate entry. |
ForceTrusted |
This object specifies how the certificate is treated internally.
Possible Values:
true(1), -- Always trust this certificate without
-- considering any CAs
false(2) -- trust this certificate only, if there
-- exists a valid trust path from a CA to it
-- and it is not revoked. Enumerations: |
NoCrls |
This object specifies how the certificate is treated internally.
Possible Values:
true(1), -- do not check for certificate revocation
-- lists for this CA (no meaning for non-CA
-- certificates)
false(2) -- check for certificate revocation
-- lists for this CA (no meaning for non-CA
-- certificates). Enumerations: |
SubjectName |
The subject name of the certificate. |
SerialNumber |
This object specifies the serial number of the certificate. |
SubjectAltNames |
The subject alternative name of the certificate. For IPSec,
this field (not the subject name) is taken by default as the
peer id, if not otherwise specified. |
IssuerName |
The name of the certificate authority which issued this
certificate. |
IssuerAltNames |
The alternative names of the certificate authority which issued
this certificate. |
Validity |
The validity period of this certificate in human readable form. |
KeyId |
The key id as contained in the extensions of the certificate,
if any. |
MD5Fingerprint |
The fingerprint of the certificate computed as an MD5
hash of the DER encoded binary certificate data. |
PrivateKey |
The index of the private key from the ipsecPublicKeyTable
corresponding to the public key in this certificate.
If this object is zero, there is no private key available
for this certificate. |
SHA1Fingerprint |
The fingerprint of the certificate computed as an SHA1
hash of the DER encoded binary certificate data. |
PubKeyInfo |
This string shows the properties of the public key certified
in this certificate. These are the algorithm for which the key
is used and its length. |