Is it possible to support passing CSR subject fields like Organization through the Caddyfile config?
For example:
cert_issuer zerossl {$ZEROSSL_API_KEY} {
organization "Org Inc"
}
It seems that the ZeroSSL REST API accepts the full CSR, so the O field can be set before sending (please correct me if I'm wrong).
Is it possible to support passing CSR subject fields like
Organizationthrough theCaddyfileconfig?For example:
It seems that the ZeroSSL REST API accepts the full CSR, so the
Ofield can be set before sending (please correct me if I'm wrong).