CA certificates

Can you switch the existing CA edge certificates, to the Cloudflare edge CA certificates on the following domains please:

rawtrails.co.uk
jabutest.co.uk

Edit: I’ve sent a request, but still waiting for this to be done!?

Ticket Number: 2272933 - Switch CA Edge Certificate

You’d have to open a ticket via email
support AT cloudflare DOT com

And then post the ticket number here so we can push it to Support.

Thanks, here it is….

2272933 - Switch CA Edge Certificate

1 Like

See also Expired LetsEncrypt Root Certificate . Changing CA via API key is possible:

curl -X PATCH "https://api.cloudflare.com/client/v4/zones/[zone_id]/ssl/universal/settings" \
      -H "X-Auth-Email: [email]" \
      -H "X-Auth-Key: Global API Key" \
      -H "Content-Type: application/json" \
      --data '{"certificate_authority":"digicert"}'
2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.

Can anyone help me switch the CA Edge Certificate please?

I’ve raised a ticket with support (#2278564).

I need the LE Cert removed and replaced with the Cloudflare CA Cert.

Thanks

Did the API call marked as the solution here not work?

No, can’t get it to work.

A bit more information would be useful. What happens when you try?

1 Like

I think it’s because my server doesn’t allow API Calls… I pointed 2 domains yesterday, from the same server, same registrar… one is using the LE edge certificate and the other is using the CF edge certificate!? How does it decide which to use?

API calls are outbound requests from your command line to Cloudflare’s API endpoint. ‘curl’ is a standard command on most systems.

It’s pretty random, and there’s no way to control that choice, other than through the API.

1 Like