Get SSL certificates | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Responses
- 200 application/json
Hide response attributes Show response attributes objectalias string | null Required
If the path refers to a container file (a jks keystore, or a PKCS#12 file), it is the alias of the certificate. Otherwise, it is null.
expiry string | number Required
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
Time unit for milliseconds- The format of the file. Valid values include
jks
,PKCS12
, andPEM
. - Indicates whether Elasticsearch has access to the private key for this certificate.
- The Distinguished Name of the certificate's issuer.
- The path to the certificate, as configured in the
elasticsearch.yml
file. - The hexadecimal representation of the certificate's serial number.
- The Distinguished Name of the certificate's subject.