Oh I suck at markdown

This commit is contained in:
Joona Hoikkala 2016-11-29 00:43:24 +02:00
parent 0b9bc7d740
commit b661ffcf22
No known key found for this signature in database
GPG Key ID: C14AAE0F5ADCB854

View File

@ -5,8 +5,11 @@ A simplified DNS server with a RESTful HTTP API to provide a simple way to autom
## Usage ## Usage
Using acme-dns is a three-step process (provided you already have the server set up, or are using a service): Using acme-dns is a three-step process (provided you already have the server set up, or are using a service):
- Get credentials and unique subdomain (simple GET request to https://auth.exmaple.org/register) - Get credentials and unique subdomain (simple GET request to https://auth.exmaple.org/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 )
- 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` )
- Use your credentials to POST a new DNS challenge values to an acme-dns server for the CA to validate them off of. - Use your credentials to POST a new DNS challenge values to an acme-dns server for the CA to validate them off of.
After that, crontab and forget. After that, crontab and forget.