Commit Graph

4301 Commits

Author SHA1 Message Date
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
Avi Miller 017a10189c
fix: switch to using functions instead of calling OpenSSL directly
Also reduced the number of environment variables which simplifies
the documentation and requirements. The variable names now match
those used by the OCI CLI.

Signed-off-by: Avi Miller <avi.miller@oracle.com>
2021-06-18 12:00:42 +10:00
neil f1c361855e
Merge pull request #2526 from PeterDaveHello/Refactor_Dockerfile
Refactor Dockerfile
2021-06-17 22:01:27 +08:00
neil 3d72df4666
Merge pull request #2529 from PeterDaveHello/UpdateREADME.md
Remove invalid "Contribute" link in README.md
2021-06-16 23:11:56 +08:00
Peter Dave Hello 6f732a9957 Use `COPY` instead of `ADD` in Dockerfile for folder
Ref:
https://docs.docker.com/develop/develop-images/#add-or-copy
2021-06-16 22:47:36 +08:00
Peter Dave Hello 447bf77dfe Simplify apk command in Dockerfile
With apk `--no-cache` parameter, there is no need to run `apk update`
and manually clean up the cache, apk will update automatically without
leaving local cache files to be cleaned up.
2021-06-16 22:47:33 +08:00
Peter Dave Hello 6621ef6a0b Remove invalid "Contribute" link in README.md 2021-06-16 19:44:31 +08:00
Marcus Grando e327c8758e Merge branch 'acmesh-official:dev' into dev 2021-06-15 17:49:17 -03:00
neil 8a08de5691
Merge pull request #3554 from acmesh-official/dev
add linux tests
2021-06-14 12:25:39 +08:00
neilpang 3d7375be8b update status 2021-06-14 12:00:42 +08:00
neilpang da754e9a71 fix 2021-06-14 11:52:45 +08:00
neilpang cc9ec806b2 add all Linux 2021-06-14 11:50:19 +08:00