Marvo2011
3d312e2140
Added Selfhost DNS API
+ShellCheck
+ACME v2 compatible
Example:
- Fist create 2 new TXT records on _acme-challenge.example.com
- Now note the ID in (...) from the edit page behind "_acme-challenge.example.com"
export SELFHOSTDNS_USERNAME=myname
export SELFHOSTDNS_PASSWORD=mypass
export SELFHOSTDNS_RID=id_of_txt_record
export SELFHOSTDNS_RID2=id_of_second_txt_record
acme.sh --issue -d example.com --dns dns_selfhost
3 years ago
neilpang
18de21f723
fix tunnel version
3 years ago
neilpang
6aebaf6f47
upgrade Solaris
3 years ago
neil
84c2b0c3d7
Merge pull request #4063 from nicolaspn/OVH_DNS_refresh_after_delete_txt_record
Ovh dns refresh after delete txt record
3 years ago
nicolaspn
24ce7c1991
Add call dns OVH API for refresh domain after delete TXT record
3 years ago
neil
8be3465f94
Merge pull request #4061 from acmesh-official/dev
Dev
3 years ago
neil
8ba7d02fdb
Merge pull request #4059 from NerLOR/master
dns_world4you: fix _parse_paket_nr
3 years ago
neil
ef8a199a5a
Merge pull request #4057 from mrakopes/master
issue 3007 - fix base64 decoding logic for single- and multi-line encoded string
3 years ago
Lorenz Stechauner
db83643c1e
dns_world4you: fix _parse_paket_nr
Signed-off-by: Lorenz Stechauner <lorenz.stechauner@necronda.net>
3 years ago
mrakopes
9b6f775276
fix base64 decoding logic for single- ane multi-line encoded string
3 years ago
neilpang
69040dd668
fix format
3 years ago
neilpang
14b5914233
fix renew bug
3 years ago
neil
a0eabd2298
Merge pull request #4049 from Aarup/dev
Removed GratisDNS api
3 years ago
Jakob Aarup Skov
9b27298d54
Removed GratisDNS api
3 years ago
neil
3075b4515a
Merge pull request #4045 from axelhahn/4044-use-challenge-alias-false
handle challenge-alias "false"
3 years ago
neil
39bc417706
Update acme.sh
3 years ago
neil
e11e32cd52
Merge pull request #4035 from ccope-netgate/master
LoopiaAPI error handling isn't compatible with FreeBSD
3 years ago
Hahn Axel (hahn)
019a7bd66b
handle challenge-alias "false"
3 years ago
neil
4d89ce5d50
read csr with empty subject
https://github.com/acmesh-official/acme.sh/issues/4024
3 years ago
Sing Yu Chan
c31027b284
use `sleep infinity` instead `sleep 1`
3 years ago
neil
f17ec7a4f5
Merge pull request #4037 from ahwayakchih/master
Update dns_mydevil.sh
3 years ago
neil
deec6aab1a
Merge pull request #4039 from DerVerruckteFuchs/1984-update-URL
1984 update url
3 years ago
Bruce Lam
3e8d9a1987
added: ipv6 identifier support
3 years ago
DerVerruckteFuchs
5e465a298f
Update 1984 Hosting's URL
3 years ago
Marcin Konicki
515c9e7811
Fix DNS handling for MyDevil.net
MyDevil updated their tool to require y|n confirmation when deleting record.
3 years ago
Christopher Cope
03c8309703
Fix dns_loopia on FreeBSD
3 years ago
neilpang
2c28d6b10c
fix for renew server
3 years ago
neil
df79443ed8
Merge pull request #3997 from tumarov/fornex_com_support
fornex.com API support
3 years ago
neil
2b891f7f1d
Update dns_fornex.sh
3 years ago
neil
e4ed0b1884
Merge pull request #4029 from quthla/patch-1
Store Mailcow deploy parameters
3 years ago
neil
c8c1c09189
Merge pull request #4032 from acmesh-official/dev
sync
3 years ago
quthla
08ae8cc3cb
Fix
3 years ago
quthla
201673ca8a
Store Mailcow deploy parameters
3 years ago
Bruce Lam
29e23ac9ce
Due to down of cloudxns.net, remove `dns_cx.sh`
3 years ago
neilpang
00483e8cdd
exclude zerossl tests in the CI
It's not stable
3 years ago
neil
83da01a2e1
Merge pull request #4027 from acmesh-official/dev
sync
3 years ago
neil
7cd6ff054b
add
3 years ago
neilpang
6be2bb2289
Update acme.sh
revert only when there is no `--server` specified.
3 years ago
neilpang
439defca42
switch from staging api to production api
https://github.com/acmesh-official/acme.sh/issues/2401
3 years ago
neil
8a85bb2989
Merge pull request #4017 from exogee-technology/dev
Fix / Netlify API should only match exact domain matches.
3 years ago
neil
5e7519183d
Merge pull request #4020 from sjau/dns_ispconfig_typo
dns_ispconfig: add missing brackets
3 years ago
hyper_ch
40e7eca1ee
dns_ispconfig: adding missing brackets
3 years ago
Kevin Brown
481f02de88
Also check for the closing quote so that only exact domain matches are found.
3 years ago
neilpang
6a90856f0e
don't renew cert if valid-to is set to an absolute date
don't renew cert if valid-to is set to an absolute date
3 years ago
neil
dcbbee8adb
Merge pull request #4012 from acmesh-official/dev
Support "NotBefore" and NotAfter
3 years ago
neilpang
225adcc836
fix renewal for validto
fix renewal for validto
3 years ago
neilpang
0f607413d0
fix for solaris time format
3 years ago
neilpang
922553032b
typo
3 years ago
neilpang
b49999721c
Update acme.sh
3 years ago
neilpang
de4c4eedd8
Support NotBefore and NotAfter
Add `--valid-from` and `--valid-to`:
https://github.com/acmesh-official/acme.sh/wiki/Validity
3 years ago