csr property

String csr
final

The Certificate Signing Request (CSR) to be sent to ZATCA.

Note: This must be a base64 encoded string, not in PEM format. You can generate this using OpenSSL or any compatible crypto tool.

Implementation

final String csr;