Marcus Grando
522dec34a5
Added Azion DNS API
3 years ago
neil
ea6d76cce6
Merge pull request #3569 from Habetdin/dev
notify/telegram.sh: Fix special characters escaping
3 years ago
Habetdin
7c7d61f61e
Fix special characters escaping
To escape characters '_', '*', '`', '[' outside of an entity, prepend the characters '\' before them.
3 years ago
Marcus Grando
184dde92a2
Added Azion DNS API
3 years ago
neil
7e43c794fd
Merge pull request #3567 from acmesh-official/dev
support SSL.com
3 years ago
neilpang
c7285967d6
fix for list short name
3 years ago
neilpang
41f4baadb9
minor
3 years ago
neilpang
20082ec9fb
update status
3 years ago
neilpang
8dae8c52c0
split in to multiple files, so that it can pass more.
3 years ago
neil
068076c0d5
Merge pull request #3565 from acmesh-official/dev
Dev
3 years ago
neilpang
c0ae44a41b
fix format
3 years ago
neilpang
593e8e1f63
move ca key path
3 years ago
neilpang
707cf35f0a
fix format
3 years ago
neilpang
30f11d0e16
typo
3 years ago
neilpang
53d6ab6c23
support SSL.com
3 years ago
neilpang
280e44304a
fix for compatibility to sslcom
3 years ago
neilpang
79fac4466e
minor
3 years ago
neil
0e9f09e582
Merge pull request #3539 from Djelibeybi/dev
Add DNS API plugin for Oracle Cloud Infrastructure DNS Service
3 years ago
Avi Miller
25d0fdf8ff
fix: fix a format issue reported by shellfmt
Signed-off-by: Avi Miller <avi.miller@oracle.com>
3 years ago
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>
3 years ago
neilpang
1c78663378
exclude test for dns api changes
3 years ago
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>
3 years ago
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>
3 years ago
Marcus Grando
406ca66c8d
Added Azion DNS API
3 years ago
Avi Miller
ed971df93a
fix: add missing else/return 1 to if block
Signed-off-by: Avi Miller <avi.miller@oracle.com>
3 years ago
neilpang
74c054b2a5
fix https://github.com/acmesh-official/acme.sh/issues/3563
3 years ago
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>
3 years ago
neil
f1c361855e
Merge pull request #2526 from PeterDaveHello/Refactor_Dockerfile
Refactor Dockerfile
3 years ago
neil
3d72df4666
Merge pull request #2529 from PeterDaveHello/UpdateREADME.md
Remove invalid "Contribute" link in README.md
3 years ago
Peter Dave Hello
6f732a9957
Use `COPY` instead of `ADD` in Dockerfile for folder
Ref:
https://docs.docker.com/develop/develop-images/#add-or-copy
5 years ago
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.
5 years ago
Peter Dave Hello
6621ef6a0b
Remove invalid "Contribute" link in README.md
5 years ago
Marcus Grando
e327c8758e
Merge branch 'acmesh-official:dev' into dev
3 years ago
neil
8a08de5691
Merge pull request #3554 from acmesh-official/dev
add linux tests
3 years ago
neilpang
3d7375be8b
update status
3 years ago
neilpang
da754e9a71
fix
3 years ago
neilpang
cc9ec806b2
add all Linux
3 years ago
neil
72cf037c0d
Merge pull request #3553 from acmesh-official/dev
fix for solaris
3 years ago
neilpang
8ae08b29e4
fix for solaris
3 years ago
neil
4967fa020f
Merge pull request #3552 from acmesh-official/dev
sync
3 years ago
neilpang
54f2640ef2
fix env
3 years ago
neilpang
56246592c7
set ca names in the env
3 years ago
neilpang
1ff5d71e12
fix windows
3 years ago
neilpang
67c42c5911
add zerossl
3 years ago
neilpang
d0b514890a
change default ca to zerossl
3 years ago
Marcus Grando
c0285fbc15
Added Azion DNS API
3 years ago
neil
a438c841e1
Merge pull request #3542 from DerVerruckteFuchs/_get_root()-fix
fix _get_root() so that it successfully gets the root domain
3 years ago
neil
19d7c2b336
fix bug
3 years ago
neil
afb6c70909
Merge pull request #3541 from DerVerruckteFuchs/dns_1984hosting_add()-fix
fix dns_1984hosting_add() so checks for HTML responses actually find HTML responses
3 years ago
DerVerruckteFuchs
d9af496b13
Merge branch 'dev' into _get_root()-fix
3 years ago