Extract the certificate and associated private key from a pkcs#12 (file)
Extract the certificate and associated private key from a pkcs#12 (file)
The pkcs#12 file PEM or DER encoded
|
pkcs12
string | string
|
|||||||||
|
|||||||||
-
200 The content of the pkcs#12
application/jsoncertificateobject (Certificate) requireddnstring requiredThe certificate's distinguished name
dnElementsarray of object (DN Element) requiredThe distinguished name, with each element being an object
Array [
typestring requiredThe DN element type
EnumCNUIDSERIALNUMBERSURNAMEGIVENNAMEunstructuredAddressunstructuredNameEOUorganizationIdentifierUniqueIdentifierSTREETSTLOCDCvaluestring requiredThe DN Element value
]
issuerDnstring requiredThe DN of this certificate's issuer
serialstring requiredThis certificate's serial number
notBeforeinteger requiredThis certificate's start of validity
notAfterinteger requiredThis certificate's end of validity
keyTypestring requiredThis certificate's keytype
signingAlgorithmstring requiredThs certificate's signing algorithm
pemstring requiredPEM encoded certificate
subjectKeyIdentifierstringThe subject key identifier of this certificate
sansarray of objects (SAN Element)List of this certificate's SANs
Array [
sanTypestring requiredThe type of SAN
EnumRFC822NAMEDNSNAMEURIIPADDRESSOTHERNAME_UPNOTHERNAME_GUIDREGISTERED_IDvaluestring requiredThe value of the SAN
]
crldpsarray of stringThis certificate's CRL Distribution Points
aiasobjectThis certificate's Authority Information Access
crtobjectList of URIs on which the Certificate Authority certificate can be found
ocsparray of string | nullList of URIs on which the OCSP Responder of the Certificate Authority can be accessed
privateKeystring required -
400 Bad Request
application/problem+jsonerrorstring requiredThe error code of the problem
ValueRFC5280-004messagestring requiredA short, human-readable summary of the problem type
ValueInvalid CRLtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid CRLdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
-
403 Forbidden action
application/problem+jsonerrorstring requiredThe error code of the problem
ValueLIC-001messagestring requiredA short, human-readable summary of the problem type
ValueInvalid Licensetitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid Licensedetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueLIC-002messagestring requiredA short, human-readable summary of the problem type
ValueExpired Licensetitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueExpired Licensedetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
-
500 Internal Server error
application/problem+jsonerrorstring requiredThe error code of the problem
ValueLIC-001messagestring requiredA short, human-readable summary of the problem type
ValueInvalid Licensetitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid Licensedetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807