Values.GetCertificateSigningRequestInputSourceCreates a certificate signing request (CSR) from a key pair.
type nonrec t = {keyIdentifier : KeyArnOrKeyAliasType.t;Asymmetric key used for generating the certificate signing request
*)signingAlgorithm : SigningAlgorithmType.t;The cryptographic algorithm used to sign your CSR.
*)certificateSubject : CertificateSubjectType.t;The metadata used to create the CSR.
*)}val make :
keyIdentifier:KeyArnOrKeyAliasType.t ->
signingAlgorithm:SigningAlgorithmType.t ->
certificateSubject:CertificateSubjectType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of KeyArnOrKeyAliasType.t
| `Structure of
(string * [> `String of CertificateSubjectTypeCommonNameString.t ])
list ])
list ]