cloudflare / origin-ca-issuer

cert-manager issuer for Origin CA
BSD 3-Clause "New" or "Revised" License
243 stars 62 forks source link

Feature: Edge cert creation parrallel to origin cert creation. #91

Closed deuxailes closed 1 year ago

deuxailes commented 1 year ago

Pretty much the title. From what I can understand this only creates origin certs. Is it possible to create edge certs for each origin cert created?

terinjokes commented 1 year ago

I think that's outside the scope of a cert-manager issuer. cert-manager really expects to be handed the private key material, which isn't available from edge certificates.

If you need to order edge certificates outside the ones setup by default, I would look at using our Terraform provider for that, and continue to use this issuer for the CF to host certificate.