From 872e2b7c6f3ad842877acec818a2a9c963861000 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Mon, 30 Jan 2017 09:32:01 +0200 Subject: [PATCH] Service offline --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index eb850ef..6b80346 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ So basically it boils down to **accessibility** and **security** ## Usage [![asciicast](https://asciinema.org/a/94903.png)](https://asciinema.org/a/94903) -Using acme-dns is a three-step process (provided you already have the self-hosted server set up, or are using a service like acme-dns.io): +Using acme-dns is a three-step process (provided you already have the self-hosted server set up): - Get credentials and unique subdomain (simple POST request to eg. https://auth.acme-dns.io/register) - Create a (ACME magic) CNAME record to your existing zone, pointing to the subdomain you got from the registration. (eg. `_acme-challenge.domainiwantcertfor.tld. CNAME a097455b-52cc-4569-90c8-7a4b97c6eba8.auth.example.org` ) @@ -102,11 +102,6 @@ You are encouraged to run your own acme-dns instance, because you are effectivel Check out how in the INSTALL section. -## As a service - -Acme-dns instance is running as a service for everyone wanting to get on in fast. You can find it at `auth.acme-dns.io`, so to get started, try: -```curl -X POST https://auth.acme-dns.io/register``` - ## Installation