Ludovic Fernandez
fd0eb831a8
chore: update to go1.19 ( #1835 )
2023-02-09 16:19:58 +00:00
Dominik Menke
091e03f071
docs: generate CLI help ( #1785 )
2023-01-08 13:53:15 +00:00
Ludovic Fernandez
a7b11e0447
chore: update linter ( #1767 )
...
Co-authored-by: Dominik Menke <git@dmke.org>
2022-11-27 19:04:28 +00:00
Ludovic Fernandez
af37b94b38
feat: take out CNAME support from experimental features ( #1718 )
2022-09-19 11:21:35 +02:00
Andrew Kluev
8fe27e0cc3
Add DNS provider for VK Cloud ( #1706 )
...
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-09-02 22:56:10 +02:00
Ludovic Fernandez
d99c75a08d
chore: update linter ( #1708 )
2022-09-02 09:05:52 +02:00
Ludovic Fernandez
409b3c9959
feat: update to go1.18 ( #1700 )
2022-08-22 15:05:31 +00:00
Kazumichi Yamamoto
d344d8b87b
sakuracloud: update api client library ( #1690 )
2022-08-04 13:56:46 +00:00
Ludovic Fernandez
257dfa777e
feat: sleep at renewal ( #1657 )
...
Co-authored-by: Dominik Menke <git@dmke.org>
2022-06-15 07:08:24 +00:00
Fernandez Ludovic
9b029d53d7
chore: update CI
2022-05-20 22:42:26 +02:00
Ludovic Fernandez
3a588ea872
chore: update linter ( #1570 )
2022-01-27 09:18:53 +01:00
Ludovic Fernandez
2de6e0b0c8
chore: update linter ( #1524 )
2021-11-03 20:39:12 +01:00
Ludovic Fernandez
dc2b19e1b1
chore: update Go ( #1469 )
2021-08-25 11:44:11 +02:00
Ludovic Fernandez
b20e8f3394
Add DNS provider for Internet.bs ( #1431 )
2021-06-14 02:44:13 +02:00
Ludovic Fernandez
190b38c76a
chore: update linter ( #1425 )
2021-06-08 09:09:39 +00:00
Ludovic Fernandez
ae7daa7d33
chore: update linter ( #1379 )
2021-03-27 13:49:40 +01:00
Ludovic Fernandez
52ad9d72e8
chore: update linter ( #1367 )
2021-03-04 19:16:59 +00:00
Ludovic Fernandez
6bec917301
chore: update linter. ( #1346 )
2021-02-08 22:25:51 +01:00
Ludovic Fernandez
af01844596
chore: update linter. ( #1325 )
2020-12-28 23:39:00 +01:00
Ludovic Fernandez
8006c744f0
chore: update linter. ( #1305 )
2020-11-24 09:38:11 +01:00
Ludovic Fernandez
38f23c8c52
chore: update linter. ( #1278 )
2020-10-27 12:01:05 +01:00
Ludovic Fernandez
b62e1f9352
chore: update linter. ( #1228 )
2020-08-09 16:39:44 +02:00
Ludovic Fernandez
6b00497f34
chore: update linter. ( #1214 )
2020-07-10 01:48:18 +02:00
Ludovic Fernandez
6043c9347c
chore: update linter. ( #1145 )
2020-05-08 19:35:25 +02:00
Ludovic Fernandez
2e30fd0ba8
Minors changes ( #1059 )
2020-02-10 18:20:52 +01:00
Mohamed Akram
f5180ad521
namecheap: allow external domains ( #1042 )
2020-01-18 02:25:50 +01:00
Simon
cda5995ab4
Add DNS provider for Checkdomain ( #1017 )
2019-12-07 23:59:59 +01:00
Ludovic Fernandez
635b9ac93d
chore: update linter. ( #997 )
2019-10-25 01:27:40 +02:00
Dominik Menke
8afde164a1
feat: expose more SOA fields found by dns01.FindZoneByFqdn ( #980 )
2019-10-25 00:58:50 +02:00
Dominik Menke
f69cd8d63d
feat: ease operation behind proxy servers ( #974 )
2019-10-05 13:44:38 +02:00
Ludovic Fernandez
d7d75bea51
chore: update to go1.13 ( #962 )
...
* chore: update to go1.13
* fix: invalid version.
* chore: update linter configuration.
2019-09-17 21:00:42 +02:00
Ludovic Fernandez
341407b482
chore: update golangci-lint. ( #914 )
2019-07-04 19:20:26 +02:00
Kazumichi Yamamoto
f400ec5163
sakuracloud: supports concurrent update ( #850 )
2019-04-09 22:56:12 +02:00
Fernandez Ludovic
b9c712cde6
fix: wrong option.
2019-02-18 13:42:10 +01:00
Fernandez Ludovic
931ab3d8bf
chore: update to golangci-lint v1.15.0
2019-02-18 13:28:19 +01:00
Ludovic Fernandez
6fdf45c474
chore: update golangci-lint. ( #782 )
2019-02-06 18:15:53 +01:00
Ludovic Fernandez
43401f2475
New challenges management. ( #741 )
2019-01-03 16:59:53 +01:00
Ludovic Fernandez
9979087572
fix: gcloud. ( #742 )
2019-01-02 20:45:17 +01:00
Ludovic Fernandez
42941ccea6
Refactor the core of the lib ( #700 )
...
- Packages
- Isolate code used by the CLI into the package `cmd`
- (experimental) Add e2e tests for HTTP01, TLS-ALPN-01 and DNS-01, use [Pebble](https://github.com/letsencrypt/pebble ) and [challtestsrv](https://github.com/letsencrypt/boulder/tree/master/test/challtestsrv )
- Support non-ascii domain name (punnycode)
- Check all challenges in a predictable order
- No more global exported variables
- Archive revoked certificates
- Fixes revocation for subdomains and non-ascii domains
- Disable pending authorizations
- use pointer for RemoteError/ProblemDetails
- Poll authz URL instead of challenge URL
- The ability for a DNS provider to solve the challenge sequentially
- Check all nameservers in a predictable order
- Option to disable the complete propagation Requirement
- CLI, support for renew with CSR
- CLI, add SAN on renew
- Add command to list certificates.
- Logs every iteration of waiting for the propagation
- update DNSimple client
- update github.com/miekg/dns
2018-12-06 22:50:17 +01:00
Ludovic Fernandez
20d50a559f
route53: fix challenge. ( #665 )
2018-10-09 19:03:07 +02:00
Ludovic Fernandez
ad20bf90ff
Migrate to golangci-lint ( #644 )
...
* refactor: linting.
- errcheck
- govet
- golint
- goconst
- spellcheck
- ...
* refactor: migrate from gometalinter to golangci-lint.
2018-09-24 19:07:20 +00:00