Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcloud committed Jan 27, 2025
1 parent 9f30891 commit 59edfb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions letsencrypt/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ dns:
acmedns_credentials: acmedns.json
```

This plugin does not do ACME-DNS account registration and you are responsible to make sure /share/acmedns.json (as specified in the acmedns_credentials field) contains the registration data in the following format:
This plugin does not do ACME-DNS account registration, and you are responsible to make sure /share/acmedns.json (as specified in the acmedns_credentials field) contains the registration data in the following format:

```json
{
Expand Down Expand Up @@ -380,12 +380,12 @@ curl -X POST http://auth.example.com/register
```

Response will contain the credentials in JSON format:
```
```json
{
"username": "...",
"password": "...",
"fulldomain": "...",
"subdomain": "...".
"subdomain": "...",
"allowfrom": []
}
```
Expand Down

0 comments on commit 59edfb0

Please sign in to comment.