Skip to content

Instantly share code, notes, and snippets.

@rakanskiy
rakanskiy / gist:be72dc27370c6de56eecf80f7612f123
Created July 8, 2022 21:44
How to make .lg.ua certificates work on CloudFlare
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":"lets_encrypt"}'