Update README.md
This commit is contained in:
parent
b661ffcf22
commit
64e5f58108
@ -7,9 +7,7 @@ A simplified DNS server with a RESTful HTTP API to provide a simple way to autom
|
|||||||
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.
|
||||||
@ -175,7 +173,8 @@ logformat = "text"
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
acme-dns is open for contributions. So if you have an improvement, please open a Pull Request.
|
acme-dns is open for contributions.
|
||||||
|
If you have an improvement, please open a Pull Request.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user