neilpang
fb73dceab0
fix format
2021-06-25 22:46:55 +08:00
neilpang
13fd83e0ba
fix revoke
2021-06-25 22:44:23 +08:00
neilpang
719ba75fcc
fix test server
2021-06-25 22:29:40 +08:00
neilpang
13ab98440c
fix initapi
2021-06-25 22:23:17 +08:00
neilpang
1752004301
fix deactivate
2021-06-25 22:16:16 +08:00
neilpang
536a5f7cff
fix deactivate
2021-06-25 21:59:38 +08:00
neilpang
a69aece23a
Use TEST_ACME_Server
2021-06-25 21:28:20 +08:00
neilpang
77d3815baa
use TEST_ACME_Server
2021-06-25 21:18:03 +08:00
neilpang
e225e17386
remove unused file
2021-06-25 20:56:46 +08:00
neil
3290208749
Merge pull request #3573 from acmesh-official/dev
...
Dev
2021-06-25 20:13:06 +08:00
neil
3106187aac
Merge pull request #3572 from funzoneq/pdns-fix-content-type
...
Pdns fix content type
2021-06-25 18:25:19 +08:00
Arnoud Vermeer
eae490b5b1
[dns_pdns] Fix: missing content type in PATCH requests #3454
2021-06-25 10:12:23 +02:00
neilpang
bcce77508a
remove buypass test
2021-06-25 00:04:13 +08:00
neilpang
e9bdf02cfc
fix filter
2021-06-25 00:01:46 +08:00
neilpang
77f659c9b9
add NO_ECC_384
2021-06-24 23:57:21 +08:00
neilpang
c66e157a14
fix path filter
2021-06-24 23:30:16 +08:00
neilpang
2c927277e2
fix error
2021-06-24 23:23:46 +08:00
neilpang
29fe1c86da
fix initapi
2021-06-24 23:21:10 +08:00
neilpang
1ae9c48370
fix error
2021-06-24 22:05:43 +08:00
neilpang
078a8b40e9
add buypass test
2021-06-24 22:03:00 +08:00
neilpang
9daeae1695
remove unnecessary check
2021-06-24 20:45:15 +08:00
neilpang
014e016058
add retry for init api
2021-06-24 20:35:49 +08:00
neil
f41f93af3a
Merge pull request #3491 from bgarret/consul-deploy-hook
...
Consul deploy hooks
2021-06-24 20:25:01 +08:00
neil
51539521b1
Merge pull request #3551 from marcusgrando/dev
...
Added Azion DNS API
2021-06-24 20:19:52 +08:00
Marcus Grando
522dec34a5
Added Azion DNS API
2021-06-23 08:45:22 -03:00
neil
ea6d76cce6
Merge pull request #3569 from Habetdin/dev
...
notify/telegram.sh: Fix special characters escaping
2021-06-23 13:27:07 +08:00
Habetdin
7c7d61f61e
Fix special characters escaping
...
To escape characters '_', '*', '`', '[' outside of an entity, prepend the characters '\' before them.
2021-06-23 03:20:07 +03:00
Marcus Grando
184dde92a2
Added Azion DNS API
2021-06-22 14:06:05 -03:00
neil
7e43c794fd
Merge pull request #3567 from acmesh-official/dev
...
support SSL.com
2021-06-22 20:40:43 +08:00
neilpang
c7285967d6
fix for list short name
2021-06-22 20:39:00 +08:00
neilpang
41f4baadb9
minor
2021-06-22 07:59:02 +08:00
neilpang
20082ec9fb
update status
2021-06-22 07:55:12 +08:00
neilpang
8dae8c52c0
split in to multiple files, so that it can pass more.
2021-06-22 07:48:37 +08:00
neil
068076c0d5
Merge pull request #3565 from acmesh-official/dev
...
Dev
2021-06-21 23:42:23 +08:00
neilpang
c0ae44a41b
fix format
2021-06-21 22:59:14 +08:00
neilpang
593e8e1f63
move ca key path
2021-06-21 22:47:22 +08:00
neilpang
707cf35f0a
fix format
2021-06-21 22:29:14 +08:00
neilpang
30f11d0e16
typo
2021-06-21 21:41:56 +08:00
neilpang
53d6ab6c23
support SSL.com
2021-06-21 21:31:00 +08:00
neilpang
280e44304a
fix for compatibility to sslcom
2021-06-21 20:11:15 +08:00
neilpang
79fac4466e
minor
2021-06-20 16:58:20 +08:00
neil
0e9f09e582
Merge pull request #3539 from Djelibeybi/dev
...
Add DNS API plugin for Oracle Cloud Infrastructure DNS Service
2021-06-20 16:05:56 +08:00
Avi Miller
25d0fdf8ff
fix: fix a format issue reported by shellfmt
...
Signed-off-by: Avi Miller <avi.miller@oracle.com>
2021-06-20 17:07:04 +10:00
Avi Miller
1d089d4541
fix: refactor the way the config is read from file and envvars
...
The plugin will use the following order of precedence:
environment value > file value > default value
See the wiki for details on environment variable names.
Signed-off-by: Avi Miller <avi.miller@oracle.com>
2021-06-20 17:00:53 +10:00
neilpang
1c78663378
exclude test for dns api changes
2021-06-20 12:26:12 +08:00
Avi Miller
7666022840
fix: revert _readini() function to be more generic
...
Also switched [::space::] with a literal space for better
cross-platform compatibility.
Signed-off-by: Avi Miller <avi.miller@oracle.com>
2021-06-20 13:12:14 +10:00
Avi Miller
946c8b498a
feat: enable automatic configuration from an OCI configuration file
...
The individual parameters can still be overridden via the
corresponding OCI_CLI environment variable.
Signed-off-by: Avi Miller <avi.miller@oracle.com>
2021-06-20 09:10:24 +10:00
Marcus Grando
406ca66c8d
Added Azion DNS API
2021-06-19 15:19:56 -03:00
Avi Miller
ed971df93a
fix: add missing else/return 1 to if block
...
Signed-off-by: Avi Miller <avi.miller@oracle.com>
2021-06-19 15:41:34 +10:00
neilpang
74c054b2a5
fix https://github.com/acmesh-official/acme.sh/issues/3563
2021-06-19 11:52:11 +08:00