Skip to content
Cloudflare Docs

Custom Origin Trust Store

By default, Cloudflare's global network maintains a list of publicly trusted certificate authorities. This means that when using Full (strict) encryption mode, Cloudflare will only trust origin server certificates issued by a CA included in this trust store.

Custom Origin Trust Store allows you to upload certificate authorities (CAs) that Cloudflare will use to authenticate connections to your origin server. Use this feature to override the default trust store with your preferred CA or CAs.


When a CA has been uploaded to Custom Origin Trust Store, Cloudflare will ignore all default publicly trusted CAs and exclusively use the CA or CAs that have been uploaded to authenticate the origin server.

Availability

To get access to Custom Origin Trust Store, Advanced Certificate Manager must be enabled on the zone.

How to

To manage origin trust stores in the dashboard, go to SSL/TLS > Origin Server and use the Custom Origin Trust Store card.

To manage origin trust stores using the API, refer to the API commands.

Limitations

With Full (strict) encryption mode enabled, if your uploaded CA expires and no alternative CAs are valid within the trust store, Cloudflare will not be able to properly authenticate connections to the origin server.

API commands

List Custom Origin Trust Store Details

Custom Origin Trust Store Details

Upload Custom Origin Trust Store

Delete Custom Origin Trust Store

  • API documentation: Delete Custom Origin Trust Store
  • Method: DELETE
  • Endpoint: /zones/$ZONE_ID/acm/custom_trust_store/$CUSTOM_ORIGIN_TRUST_STORE_ID