Create Origin Cert via API -- do I need a CSR? Seems like I shouldn't.
I've tried both using an API key and with an Origin CA service key...
But in both instances, it is coming back saying
CSR parsed as empty
, despite it being an optional field?
Is there not a way to do this without generating a CSR manually in my script?
https://developers.cloudflare.com/api/resources/origin_ca_certificates/
Here's one using Origin CA key
1 Reply
I get the same error in response to this variation:
Or both! for fun!
Just installed the cloudflare python library... same result:
fwiw, manually generating the CSR and sticking it in worked but, can someone explain why it's required for Origin CA's where there should be sufficient options/defaults for it to auto-generate one? 🤔
Or am I "trippin"â„¢?