CACert

Summary

Trusted CA certificate

Description

The trsuted CA certificates apply to inbound and/or outbound SSL connections and are used as part of the VirtualizedAPI.

Fields

Field Name Type Since Version Description
certBlob String Raw certificate data
name String Name of the certificate
alias String Certificate alias
subject String Certificate subject
issuer String Certificate issuer
version Int Version of the certificate
notValidBefore Long Start date of the certificate
notValidAfter Long Expiry date of the certificate
signatureAlgorithm String The algorithm used to sign the certificate.
sha1Fingerprint String SHA1 fingerprint.
md5Fingerprint String MD5 fingerprint.
expired Boolean Flag indicating whether or not the certificate is expired.
notYetValid Boolean Flag indicating whether or not the certificate is valid yet.
inbound Boolean Flag indicating whether this certificate is used for inbound SSL connections when invoking the virtualized API.
outbound Boolean Flag indicating whether this certificate is used for outbound SSL connections when invoking the virtualized API.

Example JSON

{
  "certBlob" : "YmxvYg==",
  "name" : "CN=Equifax Secure eBusiness CA-1, O=Equifax Secure Inc., C=US",
  "alias" : "CN=Equifax Secure eBusiness CA-1, O=Equifax Secure Inc., C=US",
  "subject" : "CN=Equifax Secure eBusiness CA-1, O=Equifax Secure Inc., C=US",
  "issuer" : "CN=Equifax Secure eBusiness CA-1, O=Equifax Secure Inc., C=US",
  "version" : 3,
  "notValidBefore" : 1364287486876,
  "notValidAfter" : 1364287486876,
  "signatureAlgorithm" : "RSA (2048 bits)",
  "sha1Fingerprint" : "BC:5C:0D:3E:47:58:DF:E8:42:A4:D2:34:C5:D4:97:14:DA:54:F4:CD",
  "md5Fingerprint" : "89:DD:C1:6C:C0:6E:1D:B1:75:0C:48:E5:E6:AC:76:B0",
  "expired" : true,
  "notYetValid" : false,
  "inbound" : false,
  "outbound" : true
}