Commit Graph

4516 Commits

Author SHA1 Message Date
Andreas Scherer 888d91d14a FIX dns_udr api: loop variable 2022-02-08 15:57:19 +01:00
Andreas Scherer f3a0a25380 FIX dns_udr api: ttl, xargs, cleanup 2022-02-08 08:05:48 +01:00
Andreas Scherer a7f2d89e3f Added united-domains Reselling DNS API 2022-02-01 14:46:20 +01:00
neilpang 4c32bc8e22 Merge branch 'dev' 2022-01-19 20:55:24 +08:00
Ross Shen df671a77f6 routeros deploy hook: store the env vars within the domainconf
related to #2344 and #2413
2022-01-19 20:46:29 +08:00
neil 658d09ed84
Merge pull request #3396 from F-Plass/master
deploy scipt for TrueNAS Server using REST API
2022-01-16 08:17:49 +08:00
neil c41de8f270
Merge pull request #3891 from tutugreen/dev
dns_huaweicloud.sh minor bug fixes
2022-01-15 19:38:22 +08:00
Yuan Ming 9d2ee2127d
dns_huaweicloud debug info adjust
_secure_debug for sensitive token.
2022-01-15 19:23:30 +08:00
Yuan Ming e49ece8793
dns_huaweicloud.sh minor bug fixes
1. Match zone name in response in case multiple items return.
2. Use string '"id"' (single quotation marks added) to check if zone/record exist in _get_zoneid() & _get_recordset_id(). Fix domain can't contain string "id".

(Sensitive _debug Access Token Commented out, For CICD Run)
2022-01-14 22:10:26 +08:00
neil 188274277a fix https://github.com/acmesh-official/acme.sh/issues/3883 2022-01-11 17:16:51 +08:00
neil c0cb3945f1
Merge pull request #3884 from acmesh-official/dev
sync
2022-01-11 17:09:59 +08:00
neil e07795e8f0 fix https://github.com/acmesh-official/acme.sh/issues/3883 2022-01-11 16:56:19 +08:00
I Komang Suryadana bda454fe9c
Remove cloud domain record with cloud master zone. (#3507) 2022-01-11 15:25:10 +08:00
neil 856e77053e Merge branch '3870' into dev 2022-01-10 16:29:44 +08:00
Felix Matouschek 2ce145f359
Refactoring amcedns api (second try) (#3231) 2022-01-09 11:11:00 +08:00
Sergey Pashinin 7e7291ace9
Support Vault KV v2 (#3502) 2022-01-09 11:01:38 +08:00
Victor R. Santos 61c853a3c1
Add Gotify notification (#3759) 2022-01-09 10:39:28 +08:00
Bodenhaltung 4346139d65
Add dnsHome.de API (#3823)
Add dnsHome.de API
2022-01-09 10:32:22 +08:00
neil 1476f83ba7
Merge pull request #3879 from acmesh-official/dev
sync
2022-01-08 21:22:18 +08:00
neil c959d64099
Merge pull request #3807 from dacrystal/topic/synology_dsm-otp_code
Add SYNO_TOTP_SECRET for user with two-factor authentication enabled
2022-01-08 20:03:13 +08:00
neil e67d26caeb fix https://github.com/acmesh-official/acme.sh/issues/3845#issuecomment-999367478 2022-01-08 19:58:49 +08:00
neil 86c3fa0df0 remove retry for get and post 2022-01-08 19:51:04 +08:00
neil 75ae57e194 report false 2022-01-08 19:19:51 +08:00
neil d42feae0af fix ecdsa name for stepca 2022-01-07 23:44:19 +08:00
neil 45971b8083 add ip cert test for stepCA 2022-01-07 23:43:08 +08:00
neil 8e9bbd1bb3 fix CI 2022-01-07 23:35:18 +08:00
neil ec10a3eab4 fix CI 2022-01-07 23:14:46 +08:00
neil 49deb4af24 fix CI 2022-01-07 23:09:56 +08:00
neil 10f171b6e4 fix ci 2022-01-07 23:05:49 +08:00
neil 735db1a12b fix ci 2022-01-07 23:00:34 +08:00
neil b2f4cc2dc5 add Step-ca to CI
https://github.com/acmesh-official/acme.sh/issues/3871
2022-01-07 22:58:42 +08:00
neil d43b587d17 fix https://github.com/acmesh-official/acme.sh/issues/3870 2022-01-07 22:06:18 +08:00
neil 6b07a955f2
Merge pull request #3877 from jvandborg/master
Cannot wait for PR #3673 to be completed
2022-01-07 19:09:44 +08:00
Jacob Vandborg e23c02575d
Removed DNS sleep
Users should use command line parameter --dnssleep instead
2022-01-07 08:10:31 +01:00
neil b1bf634136
Merge pull request #3876 from fraenki/fix_fritz
deploy/fritzbox: allow hook to be used with multiple fritzboxes
2022-01-07 09:48:54 +08:00
jvandborg 459faf4dfb Format to comply with style guide 2022-01-06 22:03:39 +01:00
Jacob Vandborg 8cdceb83b2
Cannot wait for PR #3673 to be completed
PR #3673 Fix simply.com API seems abandoned by maintainer and I need this fixed asap

Changes implemented
* Normalize JSON and fix not handling return code correctly
* Add some information to comments
* Fix trailing slash on URIs
* Add 60 second sleep for zone to be written
* Fix parsing record_data and record_type
2022-01-06 19:21:05 +01:00
Frank Wall 6aa1ec0802 deploy/fritzbox: allow hook to be used with multiple fritzboxes
Previously the deploy hook config was stored in the account config.
This seems odd and adds unnecessary limitations to the hook.
Now we're using the correct _*deployconf() functions to read and
write the deploy hook config.
2022-01-06 16:20:43 +01:00
Joel Pearson 0727f7054b Allow optional "NEW" in CSR header and footer
When generating a CSR in Windows it seems to create a CSR header that looks like "-----BEGIN NEW CERTIFICATE REQUEST-----", but the addition of "NEW" breaks the parsing of the CSR. Making "NEW " optional fixes the problem.

Apparently certbot is tolerant of both forms, see: https://community.letsencrypt.org/t/error-parsing-certificate-request-resolved/40039/6 for more information.
2022-01-06 17:41:42 +08:00
neilpang 37cc611e3f fix gentoo image 2022-01-06 17:41:42 +08:00
neilpang c39e6c4423 add `--info` command to show the global configs or domain configs.
https://github.com/acmesh-official/acme.sh/issues/2444
2022-01-06 17:41:42 +08:00
neilpang 1566656af3 fix https://github.com/acmesh-official/acme.sh/issues/3869 2022-01-06 17:41:42 +08:00
neilpang 737eba57bd send notifications for renew command
https://github.com/acmesh-official/acme.sh/issues/3869#issuecomment-1003546762
2022-01-06 17:41:41 +08:00
Viktor G d32cedd7dc DNS-ISPConfig ISPC_Api_Insecure argument check fix 2022-01-06 17:41:41 +08:00
racitup 2b6aa26703 fix: Neilpang review 2022-01-06 17:41:41 +08:00
racitup 95f1336060 fix: token request body quoting 2022-01-06 17:41:41 +08:00
racitup f46ee93597 fix: github switch 2022-01-06 17:41:41 +08:00
racitup 56d799f449 fix: debugging 2022-01-06 17:41:41 +08:00
racitup 6251652c93 fix: correct return value 2022-01-06 17:41:41 +08:00
racitup 6a2c9a0dc1 fix: floating token for github 2022-01-06 17:41:41 +08:00