neil
b329dc0041
format
5 years ago
neil
29f0f0d04c
add retry for get() and post()
5 years ago
neil
28c18b4c05
fix https://github.com/acmesh-official/acme.sh/issues/3600
5 years ago
Steven Zhu
fbe01cfeaa
Fix space inconsistency
5 years ago
Steven Zhu
276bfb04de
Add sender name for SendGrid notify hook
5 years ago
neilpang
6ee91e14a6
update
5 years ago
jonwltn
e8d9933823
Fix the URL for checking DNSPod availability.
5 years ago
neilpang
c19446f696
use letsencrypt server to renew certs if no server was saved.
5 years ago
neilpang
208c330da1
fix for compatiblity
5 years ago
neilpang
180460c69c
fix env
5 years ago
neilpang
6cf5580a13
fix format
5 years ago
neilpang
ef1685d445
fix revoke
5 years ago
neilpang
743814c865
fix test server
5 years ago
neilpang
8e401ed465
fix initapi
5 years ago
neilpang
5afdbb7780
fix deactivate
5 years ago
neilpang
a14f3b348d
fix deactivate
5 years ago
neilpang
7be74df2ea
Use TEST_ACME_Server
5 years ago
neilpang
6b67132d04
use TEST_ACME_Server
5 years ago
neilpang
c2094ae156
remove unused file
5 years ago
Arnoud Vermeer
0a990040e6
[dns_pdns] Fix: missing content type in PATCH requests #3454
5 years ago
neilpang
7049537285
remove buypass test
5 years ago
neilpang
531318e087
fix filter
5 years ago
neilpang
ee10e2ab74
add NO_ECC_384
5 years ago
neilpang
88b7710ff5
fix path filter
5 years ago
neilpang
ff69be6029
fix error
5 years ago
neilpang
f88d6a155b
fix initapi
5 years ago
neilpang
934fd77d0e
fix error
5 years ago
neilpang
beec3f6fc9
add buypass test
5 years ago
neilpang
f3aab68a13
remove unnecessary check
5 years ago
neilpang
fa29233c91
add retry for init api
5 years ago
Benoit Garret
468244e650
Fix the shfmt check
5 years ago
Benoit Garret
f22aa744cc
Add Consul deploy hook
5 years ago
Habetdin
5535bb4cf8
Fix special characters escaping
To escape characters '_', '*', '`', '[' outside of an entity, prepend the characters '\' before them.
5 years ago
neilpang
f5b350f144
fix for list short name
5 years ago
neilpang
16378ab1c2
minor
5 years ago
neilpang
3ba70095ec
update status
5 years ago
neilpang
8e789b23c8
split in to multiple files, so that it can pass more.
5 years ago
neilpang
eb0d7a2a20
fix format
5 years ago
neilpang
810911e0ef
move ca key path
5 years ago
neilpang
6ac5d93e02
fix format
5 years ago
neilpang
9117cb62e3
typo
5 years ago
neilpang
08055a57a6
support SSL.com
5 years ago
neilpang
dd2060e105
fix for compatibility to sslcom
5 years ago
neilpang
5563ff2a5f
minor
5 years ago
Avi Miller
7d1ffd439d
fix: fix a format issue reported by shellfmt
Signed-off-by: Avi Miller <avi.miller@oracle.com>
5 years ago
Avi Miller
38bf164979
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>
5 years ago
Avi Miller
35d4617009
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>
5 years ago
Avi Miller
55681f9fdd
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>
5 years ago
Avi Miller
bdc0f74d00
fix: add missing else/return 1 to if block
Signed-off-by: Avi Miller <avi.miller@oracle.com>
5 years ago
Avi Miller
a41cf825e7
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>
5 years ago