Create Certificate
Creates a new certificates object with the specified parameters.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
The certificates entity to post
The name of the certificate file.
The base-64 encoded contents of the certificate file.
The store type.
The certificate subject.
The issuer of the certificate.
The common name of certificate subject.
The common name of certificate issuer.
The effective date of the certificate.
The expiration date of the certificate.
The days until the expiration date of the certificate.
The serial number of the certificate.
The SHA1 thumbprint of the certificate.
The key size of the certificate.
The algorithm used to sign the certificate.
The Id list of the connector configured to use the certificate.
Response
certificates created
The name of the certificate file.
The base-64 encoded contents of the certificate file.
The store type.
The certificate subject.
The issuer of the certificate.
The common name of certificate subject.
The common name of certificate issuer.
The effective date of the certificate.
The expiration date of the certificate.
The days until the expiration date of the certificate.
The serial number of the certificate.
The SHA1 thumbprint of the certificate.
The key size of the certificate.
The algorithm used to sign the certificate.
The Id list of the connector configured to use the certificate.