Commit Graph

54 Commits (53ad3a9dbe845eb1a79a28b5335081f5dfddf29c)

Author SHA1 Message Date
max furman 967e86a48b Simplify trimming *. prefix of domain in acme dns validation. 5 years ago
Oleksandr Kovalchuk 46832bb9b3
Remove superflurous Printf statement
The statement was used for debug purposes and should not be included in
the final build
5 years ago
Oleksandr Kovalchuk a995cca418
Perform domain normalization for wildcard domains
Perform domain normalization for wildcard domains, so we do query
TXT records for _acme-challenge.example.domain instead of
_acme-challenge.*.example.domain when performing DNS-01 challenge. In
this way the behavior is consistent with letsencrypt and records queried
are in sync with the ones that are shown in certbot manual mode.
5 years ago
max furman e3826dd1c3 Add ACME CA capabilities 5 years ago