/AWS1/CL_ACPAPIPASSTHROUGH¶
Contains X.509 certificate information to be placed in an issued certificate. An APIPassthrough or APICSRPassthrough template variant must be selected, or else this parameter is ignored.
If conflicting or duplicate certificate information is supplied from other sources, Amazon Web Services Private CA applies order of operation rules to determine what information is used.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_extensions TYPE REF TO /AWS1/CL_ACPEXTENSIONS /AWS1/CL_ACPEXTENSIONS¶
Specifies X.509 extension information for a certificate.
io_subject TYPE REF TO /AWS1/CL_ACPASN1SUBJECT /AWS1/CL_ACPASN1SUBJECT¶
Contains information about the certificate subject. The
Subjectfield in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. TheSubjectmust contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.
Queryable Attributes¶
Extensions¶
Specifies X.509 extension information for a certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTENSIONS() |
Getter for EXTENSIONS |
Subject¶
Contains information about the certificate subject. The
Subjectfield in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. TheSubjectmust contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBJECT() |
Getter for SUBJECT |