Ludovic Fernandez
0dbc28193b
feat: joker username and password. ( #927 )
2019-07-17 02:39:17 +02:00
Ludovic Fernandez
79f6b35841
fix: manage write error during the display of the DNS help. ( #923 )
2019-07-10 19:34:10 +02:00
Wettle
c4a05dfab4
Add DNS provider for namesilo ( #916 )
2019-07-05 03:38:43 +02:00
Ludovic Fernandez
8dcc55b828
doc: improve Cloudflare documentation. ( #913 )
2019-07-04 18:10:43 +02:00
Frans Kuipers
6647ce7b1d
Add support for versio.nl ( #909 )
2019-06-27 19:30:10 +02:00
Ludovic Fernandez
72a9baf027
CLI help indentation. ( #898 )
2019-05-27 19:20:45 +02:00
Ludovic Fernandez
437d6a0408
doc: remove TODO. ( #878 )
2019-05-06 19:37:51 +02:00
Ludovic Fernandez
985f3f8b7b
fix: cli disable-cp option. ( #868 )
2019-05-03 17:56:38 +02:00
Jason Harmon
007888f9dc
Add support for EasyDNS ( #867 )
2019-04-29 02:03:04 +02:00
Alexander D. Kanevskiy
4c9d1979fc
Add support for Joker.com DMAPI ( #870 )
2019-04-28 14:33:50 +02:00
Werberson
a72639ef51
Add support for Bindman DNS provider ( #869 )
2019-04-27 18:50:40 +02:00
Ludovic Fernandez
7c680a2438
Adds 'Since' to DNS providers documentation ( #854 )
2019-04-17 21:32:38 +02:00
Ludovic Fernandez
6878dbbeba
doc: enhance Route53 documentation. ( #853 )
2019-04-17 20:58:34 +02:00
Kazumichi Yamamoto
f400ec5163
sakuracloud: supports concurrent update ( #850 )
2019-04-09 22:56:12 +02:00
Ludovic Fernandez
5d557fdc6d
Adds renew hook ( #845 )
...
* chore: update golangci-lint.
* feat: support renew-hook.
2019-04-02 18:38:23 +02:00
andig
0ce6ba36b9
Add DNS Provider for Domain Offensive (do.de) ( #835 )
2019-03-21 11:52:01 +01:00
Ian Bishop
0c87df143e
Add 'manual' provider to the output of dnshelp ( #825 )
2019-03-12 09:51:23 +01:00
Ludovic Fernandez
3edb75872d
chore: migrate to new org. ( #824 )
2019-03-11 17:56:48 +01:00
Ludovic Fernandez
b7bb9b0ac1
feat: adds log when no renewal. ( #819 )
2019-03-11 17:08:48 +01:00
Ludovic Fernandez
219222fdda
Use canonical imports ( #822 )
...
* fix: challenge are not required for revoke.
2019-03-11 16:54:35 +01:00
Ludovic Fernandez
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
Ludovic Fernandez
235ab6653f
oraclecloud: better way to get private key. ( #814 )
2019-03-05 19:57:04 +01:00
tzakrajs
1c309c9c80
Add DNS Provider for ClouDNS.net ( #813 )
2019-03-01 19:09:00 +01:00
Ayan George
4c346c9d92
Merge branch 'master' into refactor/update-golangci-lint
2019-02-26 10:58:15 -05:00
Sugi
af67943e94
Add DNS Provider for Oracle Cloud ( #808 )
2019-02-26 15:41:02 +01:00
Fernandez Ludovic
a8b2397631
chore: update golangci-lint.
2019-02-16 14:56:15 +01:00
Ludovic Fernandez
9409b92ed5
fix: CLI and key type. ( #790 )
2019-02-08 19:29:28 +01:00
Ludovic Fernandez
cc0d112e34
Applies Let’s Encrypt’s recommendation about renew. ( #787 )
2019-02-08 02:43:05 +01:00
Wim Fournier
62e0e54f23
Adds support for Openstack Designate as a DNS provider ( #786 )
2019-02-07 16:10:07 +01:00
Christopher Banck
0e6e4807b1
option to specify gcloud service account json by env as string ( #776 )
...
Added the option to provide the gcloud service account as a string via the environment variable `GCE_SERVICE_ACCOUNT` in addition to the already available option to specify a filepath to a keyfile `GCE_SERVICE_ACCOUNT_FILE`.
2019-02-01 13:14:57 +01:00
Elen Eisendle
77afd0f732
Add support for zone.ee as a DNS provider ( #751 )
2019-01-20 12:27:35 +01:00
Ludovic Fernandez
a43ec709e8
gcloud: More detailed information about Google Cloud DNS. ( #761 )
2019-01-16 21:01:53 +01:00
Ludovic Fernandez
7e1f4948ec
Add configurable timeout when obtaining certificates. ( #747 )
2019-01-09 08:29:17 +01:00
Ludovic Fernandez
b1fd570987
fix: rfc2136 must be run sequentially. ( #745 )
2019-01-09 08:23:33 +01:00
Ludovic Fernandez
43401f2475
New challenges management. ( #741 )
2019-01-03 16:59:53 +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