| paymentcryptographycontrolplane_get_certificate_signing_request | R Documentation |
Creates a certificate signing request (CSR) from a key pair.
See https://www.paws-r-sdk.com/docs/paymentcryptographycontrolplane_get_certificate_signing_request/ for full documentation.
paymentcryptographycontrolplane_get_certificate_signing_request(
KeyIdentifier,
SigningAlgorithm,
CertificateSubject
)
KeyIdentifier |
[required] Asymmetric key used for generating the certificate signing request |
SigningAlgorithm |
[required] The cryptographic algorithm used to sign your CSR. |
CertificateSubject |
[required] The metadata used to create the CSR. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.