Get the current CA Certificate.

Prev Next
Get
/certificate-authority/ca

Get the current CA Certificate.

Security
HTTP
Type bearer
Responses
200

CA certificate details with the certificate encoded in DER format.

object
version
number

X.509 certificate version.

Example3.0
serial
string

X.509 certificate serial number.

Example1542962969512
issuer
string

The issuer name of the certificate.

ExampleCN=Appgate SDP CA
subject
string

The subject name of the certificate.

ExampleCN=Appgate SDP CA
validFrom
string (date-time)

Since when the certificate is valid from.

validTo
string (date-time)

Until when the certificate is valid.

fingerprint
string

SHA256 fingerprint of the certificate.

Exampled30247cee99a056c5ecdc409549165886d02925f9c64b681dff3d2ecf653355f
certificate
string (byte)

Base64 encoded binary of the certificate. Either DER or PEM formatted depending on the request.

subjectPublicKey
string (byte)

Base64 encoded public key of the certificate.

nameConstraintsPermitted
Array of string

Name constraints extension details for permitted hostnames or IPs.

string
Exampleappgate.company.com
nameConstraintsExcluded
Array of string

Name constraints extension details for excluded hostnames or IPs.

string
Examplecompany.com
crlUrl
string

The URL where the CRL is hosted.

Examplehttps://authority.company.com/appgate.crl
406

Invalid 'Accept' header.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

500

Unexpected server side error.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.