Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rakanskiy/be72dc27370c6de56eecf80f7612f123 to your computer and use it in GitHub Desktop.
Save rakanskiy/be72dc27370c6de56eecf80f7612f123 to your computer and use it in GitHub Desktop.
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"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment