From 4a738b56546308b899b1d9262d16e888f503d055 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Mon, 14 Nov 2016 16:56:30 +0200 Subject: [PATCH] Fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1762935..a2834bb 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,10 @@ CNAME works like a link when CA queries your DNS for authentication token. Make your ACME client to update the TXT record on ACME-DNS when requesting / renewing a certficate. For example: -> $ curl -X POST https://auth.acme-dns.io/update \ ->-H "X-Api-User: e9afe5a9-d3c5-b57f-d3c5-25975fa367c5" \ ->-H "X-Api-Key: DoVJaBgx0ps2bxy7UoffZ41KcgT15oLCZj1k353q" \ ->--data '{"subdomain": "23752ef1-118a-4ed8-912d-74dcad2178d9", \ +> $ curl -X POST https://auth.acme-dns.io/update +>-H "X-Api-User: e9afe5a9-d3c5-b57f-d3c5-25975fa367c5" +>-H "X-Api-Key: DoVJaBgx0ps2bxy7UoffZ41KcgT15oLCZj1k353q" +>--data '{"subdomain": "23752ef1-118a-4ed8-912d-74dcad2178d9", > "txt": "'"$DNS_AUTHENTICATION_TOKEN"'"}' > >{"txt":"70ymFptYJA_Cz63ADEaES5-8NqNV74NbEqD62Ap_dMo"}%