/AWS1/CL_DMG=>IMPORTCERTIFICATE()
¶
About ImportCertificate¶
Uploads the specified certificate.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_CERTIFICATEIDENTIFIER
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.
Optional arguments:¶
IV_CERTIFICATEPEM
TYPE /AWS1/DMGSECRETSTRING
/AWS1/DMGSECRETSTRING
¶
The contents of a
.pem
file, which contains an X.509 certificate.
IV_CERTIFICATEWALLET
TYPE /AWS1/DMGCERTIFICATEWALLET
/AWS1/DMGCERTIFICATEWALLET
¶
The location of an imported Oracle Wallet certificate for use with SSL. Provide the name of a
.sso
file using thefileb://
prefix. You can't provide the certificate inline.Example:
filebase64("${path.root}/rds-ca-2019-root.sso")
IT_TAGS
TYPE /AWS1/CL_DMGTAG=>TT_TAGLIST
TT_TAGLIST
¶
The tags associated with the certificate.
RETURNING¶
OO_OUTPUT
TYPE REF TO /AWS1/CL_DMGIMPORTCERTRESPONSE
/AWS1/CL_DMGIMPORTCERTRESPONSE
¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC