1
0
mirror of https://github.com/go-acme/lego.git synced 2025-07-07 15:52:26 +02:00
Commit Graph

38 Commits

Author SHA1 Message Date
8f349e5a5f ovh: Improve provider documentation (#1057) 2020-02-09 17:22:11 +01:00
ee33cff002 Add DNS provider for Scaleway (#1047) 2020-01-23 15:51:47 +01:00
a10027da1c namecheap: add sandbox support. (#1041) 2020-01-12 16:51:14 +01:00
6001372a91 doc: improve Route53 documentation. (#1036) 2020-01-09 09:12:27 +01:00
6154f47ec3 Update dnspod, because of API breaking changes. (#1034) 2020-01-08 20:53:45 +01:00
4f72de468d Auto-detection of the project ID for gcloud. (#1028) 2020-01-04 17:18:34 +01:00
cda5995ab4 Add DNS provider for Checkdomain (#1017) 2019-12-07 23:59:59 +01:00
914d481a07 Update examples to explain http.webroot (#1012) 2019-11-19 01:43:07 +01:00
5b0879b7e3 doc: fix autodns version. 2019-11-09 22:19:00 +01:00
46680f6524 Add support for autodns (#957) 2019-11-01 11:20:34 +01:00
41a9384638 docs: clarify installation-from-source instructions
Using github.com/go-acme/lego/cmd/lego confuses go get. It fetches
github.com/go-acme/lego@v2.7.2+incompatible (among others) and
stumbles over a type error with that version.

Correcting the go get path to github.com/go-acme/lego/v3/cmd/lego
does the right thing.

fixes #993
2019-10-18 20:33:38 +02:00
828b0f3420 cloudflare: handle restricted API tokens (#985) 2019-10-09 02:20:30 +02:00
415e5343da dreamhost: Add CLI example (#983) 2019-10-05 18:06:12 +02:00
f69cd8d63d feat: ease operation behind proxy servers (#974) 2019-10-05 13:44:38 +02:00
6bbba5bbaa linodev4: configurable propagation timeout. (#961) 2019-09-17 21:25:59 +02:00
a5a29187fe cloudflare: add support for API tokens (#937) 2019-09-01 14:32:20 +02:00
cf879d0b3c fix: typos. (#954) 2019-08-20 18:40:41 +02:00
76c850a580 Add Liquid Web DNS Provider (#951) 2019-08-19 21:41:10 +02:00
a7bf8c3197 Fix invalid pseudo version (#945)
* fix: invalid pseudo version.
* fix: goreleaser configuration.
* chore: ci configuration.
* doc: add requirements.
* doc: publish the doc more often.
2019-08-13 17:07:06 +02:00
e7a90b9471 chore: migrate to go module (v3.0.0)
- chore: update dependencies: use version with go modules.
- chore: remove dep.
- chore: update backoff imports.
- chore: init go module.
- chore: update CI.
- chore: mod v3
- chore: update docker image.
2019-08-07 14:07:47 +02:00
58d6d9f476 Add install instructions for FreeBSD ports (#935) 2019-07-26 22:08:04 -07:00
87be19588b Switch Vultr to official client (#929) 2019-07-17 21:01:50 +02:00
0dbc28193b feat: joker username and password. (#927) 2019-07-17 02:39:17 +02:00
c4a05dfab4 Add DNS provider for namesilo (#916) 2019-07-05 03:38:43 +02:00
8dcc55b828 doc: improve Cloudflare documentation. (#913) 2019-07-04 18:10:43 +02:00
6647ce7b1d Add support for versio.nl (#909) 2019-06-27 19:30:10 +02:00
437d6a0408 doc: remove TODO. (#878) 2019-05-06 19:37:51 +02:00
007888f9dc Add support for EasyDNS (#867) 2019-04-29 02:03:04 +02:00
4c9d1979fc Add support for Joker.com DMAPI (#870) 2019-04-28 14:33:50 +02:00
a72639ef51 Add support for Bindman DNS provider (#869) 2019-04-27 18:50:40 +02:00
7c680a2438 Adds 'Since' to DNS providers documentation (#854) 2019-04-17 21:32:38 +02:00
6878dbbeba doc: enhance Route53 documentation. (#853) 2019-04-17 20:58:34 +02:00
f400ec5163 sakuracloud: supports concurrent update (#850) 2019-04-09 22:56:12 +02:00
5d557fdc6d Adds renew hook (#845)
* chore: update golangci-lint.
* feat: support renew-hook.
2019-04-02 18:38:23 +02:00
0ce6ba36b9 Add DNS Provider for Domain Offensive (do.de) (#835) 2019-03-21 11:52:01 +01:00
3684cc738d doc: adds information about _FILE suffix. (#829) 2019-03-18 17:42:54 +01:00
3edb75872d chore: migrate to new org. (#824) 2019-03-11 17:56:48 +01:00
62fea05e21 Automatic generation of documentation (#818)
* generate a detailed CLI help
* generate a documentation site
* new readme
2019-03-08 19:47:06 +01:00