]> git.proxmox.com Git - mirror_acme.sh.git/log
mirror_acme.sh.git
2 years agoMerge pull request #3927 from acmesh-official/dev 3.0.2
neil [Fri, 4 Feb 2022 05:53:40 +0000 (13:53 +0800)]
Merge pull request #3927 from acmesh-official/dev

sync

2 years agoUpdate Linux.yml
neilpang [Fri, 4 Feb 2022 05:52:23 +0000 (13:52 +0800)]
Update Linux.yml

use centos:7

2 years agoUpdate acme.sh
neilpang [Fri, 4 Feb 2022 05:49:58 +0000 (13:49 +0800)]
Update acme.sh

fix zerossl endpoint

2 years agofix https://github.com/acmesh-official/acme.sh/issues/3898
neil [Thu, 27 Jan 2022 10:00:44 +0000 (18:00 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3898

https://github.com/acmesh-official/acme.sh/issues/3898

2 years agoadd managed identity support for azure dns
michal [Tue, 14 Dec 2021 19:27:40 +0000 (20:27 +0100)]
add managed identity support for azure dns

2 years agoMerge pull request #3896 from sjtuross/omv
neil [Fri, 21 Jan 2022 12:39:07 +0000 (20:39 +0800)]
Merge pull request #3896 from sjtuross/omv

add remote deploy hook for openmediavault 5

2 years agoMerge pull request #3901 from tutugreen/tutugreen-patch-2
neil [Fri, 21 Jan 2022 12:35:47 +0000 (20:35 +0800)]
Merge pull request #3901 from tutugreen/tutugreen-patch-2

Fix dns_huaweicloud subshell return

2 years agoomv deploy hook: add usage comments
Ross Shen [Thu, 20 Jan 2022 09:46:47 +0000 (17:46 +0800)]
omv deploy hook: add usage comments

2 years agoomv deploy hook: support both local and remote deployment
Ross Shen [Thu, 20 Jan 2022 09:27:11 +0000 (17:27 +0800)]
omv deploy hook: support both local and remote deployment

2 years agoFix dns_huaweicloud subshell return
Yuan Ming [Thu, 20 Jan 2022 06:01:33 +0000 (14:01 +0800)]
Fix dns_huaweicloud subshell return

Replace pipe read with line count loop, fix useless return in subshell.

2 years agoUpdate dns_ddnss.sh
neilpang [Wed, 19 Jan 2022 14:22:53 +0000 (22:22 +0800)]
Update dns_ddnss.sh

2 years agoDNS REGRU utf-list to idn (punycode)
Vitaly Kireev [Tue, 28 Dec 2021 19:29:42 +0000 (22:29 +0300)]
DNS REGRU utf-list to idn (punycode)

service/get_list returns domains in utf. But if utf, then error Error parsing certificate request: x509: SAN dNSName is malformed

early using my patch by IDN_ITEM="$(echo "${ITEM}" | idn)"

Now replacing by IDN_ITEM="$(_idn "${ITEM}")"

2 years agoomv deploy hook: shellcheck disable=SC2029
Ross Shen [Wed, 19 Jan 2022 13:42:17 +0000 (21:42 +0800)]
omv deploy hook: shellcheck disable=SC2029

2 years agoomv deploy hook: separate DEPLOY_OMV_WEBUI_ADMIN and DEPLOY_OMV_SSH_USER
Ross Shen [Wed, 19 Jan 2022 13:13:02 +0000 (21:13 +0800)]
omv deploy hook: separate DEPLOY_OMV_WEBUI_ADMIN and DEPLOY_OMV_SSH_USER

2 years agoMerge branch 'dev'
neilpang [Wed, 19 Jan 2022 12:55:24 +0000 (20:55 +0800)]
Merge branch 'dev'

2 years agorouteros deploy hook: store the env vars within the domainconf
Ross Shen [Sun, 16 Jan 2022 12:46:09 +0000 (20:46 +0800)]
routeros deploy hook: store the env vars within the domainconf

related to #2344 and #2413

2 years agoadd remote deploy hook for openmediavault 5
Ross Shen [Wed, 19 Jan 2022 04:36:54 +0000 (12:36 +0800)]
add remote deploy hook for openmediavault 5

based on #3757

2 years agorouteros deploy hook: store the env vars within the domainconf
Ross Shen [Sun, 16 Jan 2022 12:46:09 +0000 (20:46 +0800)]
routeros deploy hook: store the env vars within the domainconf

related to #2344 and #2413

2 years agoMerge pull request #3396 from F-Plass/master
neil [Sun, 16 Jan 2022 00:17:49 +0000 (08:17 +0800)]
Merge pull request #3396 from F-Plass/master

deploy scipt for TrueNAS Server using REST API

2 years agoMerge pull request #3891 from tutugreen/dev
neil [Sat, 15 Jan 2022 11:38:22 +0000 (19:38 +0800)]
Merge pull request #3891 from tutugreen/dev

dns_huaweicloud.sh minor bug fixes

2 years agodns_huaweicloud debug info adjust
Yuan Ming [Sat, 15 Jan 2022 11:23:30 +0000 (19:23 +0800)]
dns_huaweicloud debug info adjust

_secure_debug for sensitive token.

2 years agodns_huaweicloud.sh minor bug fixes
Yuan Ming [Fri, 14 Jan 2022 14:10:26 +0000 (22:10 +0800)]
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)

2 years agofix https://github.com/acmesh-official/acme.sh/issues/3883
neil [Tue, 11 Jan 2022 09:16:51 +0000 (17:16 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3883

2 years agoMerge pull request #3884 from acmesh-official/dev
neil [Tue, 11 Jan 2022 09:09:59 +0000 (17:09 +0800)]
Merge pull request #3884 from acmesh-official/dev

sync

2 years agofix https://github.com/acmesh-official/acme.sh/issues/3883
neil [Tue, 11 Jan 2022 08:56:02 +0000 (16:56 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3883

2 years agoRemove cloud domain record with cloud master zone. (#3507)
I Komang Suryadana [Tue, 11 Jan 2022 07:25:10 +0000 (15:25 +0800)]
Remove cloud domain record with cloud master zone. (#3507)

2 years agoMerge branch '3870' into dev
neil [Mon, 10 Jan 2022 08:29:44 +0000 (16:29 +0800)]
Merge branch '3870' into dev

2 years agoRefactoring amcedns api (second try) (#3231)
Felix Matouschek [Sun, 9 Jan 2022 03:11:00 +0000 (04:11 +0100)]
Refactoring amcedns api (second try) (#3231)

2 years agoSupport Vault KV v2 (#3502)
Sergey Pashinin [Sun, 9 Jan 2022 03:01:38 +0000 (06:01 +0300)]
Support Vault KV v2 (#3502)

2 years agoAdd Gotify notification (#3759)
Victor R. Santos [Sun, 9 Jan 2022 02:39:28 +0000 (02:39 +0000)]
Add Gotify notification (#3759)

2 years agoAdd dnsHome.de API (#3823)
Bodenhaltung [Sun, 9 Jan 2022 02:32:22 +0000 (03:32 +0100)]
Add dnsHome.de API (#3823)

Add dnsHome.de API

2 years agoMerge pull request #3879 from acmesh-official/dev
neil [Sat, 8 Jan 2022 13:22:18 +0000 (21:22 +0800)]
Merge pull request #3879 from acmesh-official/dev

sync

2 years agoMerge pull request #3807 from dacrystal/topic/synology_dsm-otp_code
neil [Sat, 8 Jan 2022 12:03:13 +0000 (20:03 +0800)]
Merge pull request #3807 from dacrystal/topic/synology_dsm-otp_code

Add SYNO_TOTP_SECRET for user with two-factor authentication enabled

2 years agofix https://github.com/acmesh-official/acme.sh/issues/3845#issuecomment-999367478
neil [Sat, 8 Jan 2022 11:58:49 +0000 (19:58 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3845#issuecomment-999367478

2 years agoremove retry for get and post
neil [Sat, 8 Jan 2022 11:51:04 +0000 (19:51 +0800)]
remove retry for get and post

2 years agoreport false
neil [Sat, 8 Jan 2022 11:19:51 +0000 (19:19 +0800)]
report false

2 years agofix ecdsa name for stepca
neil [Fri, 7 Jan 2022 15:44:19 +0000 (23:44 +0800)]
fix ecdsa name for stepca

2 years agoadd ip cert test for stepCA
neil [Fri, 7 Jan 2022 15:43:08 +0000 (23:43 +0800)]
add ip cert test for stepCA

2 years agofix CI
neil [Fri, 7 Jan 2022 15:35:18 +0000 (23:35 +0800)]
fix CI

2 years agofix CI
neil [Fri, 7 Jan 2022 15:14:46 +0000 (23:14 +0800)]
fix CI

2 years agofix CI
neil [Fri, 7 Jan 2022 15:09:56 +0000 (23:09 +0800)]
fix CI

2 years agofix ci
neil [Fri, 7 Jan 2022 15:05:49 +0000 (23:05 +0800)]
fix ci

2 years agofix ci
neil [Fri, 7 Jan 2022 15:00:34 +0000 (23:00 +0800)]
fix ci

2 years agoadd Step-ca to CI
neil [Fri, 7 Jan 2022 14:58:42 +0000 (22:58 +0800)]
add Step-ca to CI
https://github.com/acmesh-official/acme.sh/issues/3871

2 years agofix https://github.com/acmesh-official/acme.sh/issues/3870
neil [Fri, 7 Jan 2022 14:06:18 +0000 (22:06 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3870

2 years agoMerge pull request #3877 from jvandborg/master
neil [Fri, 7 Jan 2022 11:09:44 +0000 (19:09 +0800)]
Merge pull request #3877 from jvandborg/master

Cannot wait for PR #3673 to be completed

2 years agoRemoved DNS sleep
Jacob Vandborg [Fri, 7 Jan 2022 07:10:31 +0000 (08:10 +0100)]
Removed DNS sleep

Users should use command line parameter --dnssleep instead

2 years agoMerge pull request #3876 from fraenki/fix_fritz
neil [Fri, 7 Jan 2022 01:48:54 +0000 (09:48 +0800)]
Merge pull request #3876 from fraenki/fix_fritz

deploy/fritzbox: allow hook to be used with multiple fritzboxes

2 years agoFormat to comply with style guide
jvandborg [Thu, 6 Jan 2022 21:03:39 +0000 (22:03 +0100)]
Format to comply with style guide

2 years agoCannot wait for PR #3673 to be completed
Jacob Vandborg [Thu, 6 Jan 2022 18:21:05 +0000 (19:21 +0100)]
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

2 years agodeploy/fritzbox: allow hook to be used with multiple fritzboxes
Frank Wall [Thu, 6 Jan 2022 15:20:43 +0000 (16:20 +0100)]
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.

2 years agoAllow optional "NEW" in CSR header and footer
Joel Pearson [Mon, 13 Dec 2021 06:15:49 +0000 (17:15 +1100)]
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.

2 years agofix gentoo image
neilpang [Mon, 3 Jan 2022 05:41:57 +0000 (13:41 +0800)]
fix gentoo image

2 years agoadd `--info` command to show the global configs or domain configs.
neilpang [Mon, 3 Jan 2022 04:38:59 +0000 (12:38 +0800)]
add `--info` command to show the global configs or domain configs.
https://github.com/acmesh-official/acme.sh/issues/2444

2 years agofix https://github.com/acmesh-official/acme.sh/issues/3869
neilpang [Mon, 3 Jan 2022 03:46:12 +0000 (11:46 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3869

2 years agosend notifications for renew command
neilpang [Mon, 3 Jan 2022 03:20:53 +0000 (11:20 +0800)]
send notifications for renew command
https://github.com/acmesh-official/acme.sh/issues/3869#issuecomment-1003546762

2 years agoDNS-ISPConfig ISPC_Api_Insecure argument check fix
Viktor G [Thu, 30 Dec 2021 15:06:17 +0000 (18:06 +0300)]
DNS-ISPConfig ISPC_Api_Insecure argument check fix

2 years agofix: Neilpang review
racitup [Tue, 28 Dec 2021 14:45:02 +0000 (14:45 +0000)]
fix: Neilpang review

2 years agofix: token request body quoting
racitup [Mon, 20 Dec 2021 01:09:02 +0000 (01:09 +0000)]
fix: token request body quoting

2 years agofix: github switch
racitup [Mon, 20 Dec 2021 00:58:37 +0000 (00:58 +0000)]
fix: github switch

2 years agofix: debugging
racitup [Mon, 20 Dec 2021 00:50:33 +0000 (00:50 +0000)]
fix: debugging

2 years agofix: correct return value
racitup [Mon, 20 Dec 2021 00:35:14 +0000 (00:35 +0000)]
fix: correct return value

2 years agofix: floating token for github
racitup [Mon, 20 Dec 2021 00:31:15 +0000 (00:31 +0000)]
fix: floating token for github

2 years agofeat: Mythic Beasts DNS API script
racitup [Fri, 10 Dec 2021 01:10:41 +0000 (01:10 +0000)]
feat: Mythic Beasts DNS API script

2 years agoUpdate dns_opnsense.sh
wacki4 [Sat, 16 Oct 2021 14:57:12 +0000 (16:57 +0200)]
Update dns_opnsense.sh

Correction when having many zones.

2 years agoUpdate dns_opnsense.sh
wacki4 [Sat, 16 Oct 2021 12:08:03 +0000 (14:08 +0200)]
Update dns_opnsense.sh

Update for opnsense regards to error in #3735

2 years agoupgrade solaris vm
neilpang [Sat, 25 Dec 2021 01:57:58 +0000 (09:57 +0800)]
upgrade solaris vm

2 years agoUpdate Dockerfile - alpine:3.12 -> alpine:3.15
Christian Burmeister [Tue, 21 Dec 2021 21:20:42 +0000 (22:20 +0100)]
Update Dockerfile - alpine:3.12 -> alpine:3.15

The support for the base image alpine:3.12 will expire in 4 months (https://endoflife.date/alpine), so it would make sense to upgrade to the current version alpine:3.15.
I was able to create the acme.sh image with the new alpine:3.15 version without errors and also create and deploy a certificate, but further testing would be useful.

2 years ago[dns_knot] Use key command instead of command line argument to transmit dns key data.
Jens Meißner [Sun, 12 Dec 2021 13:17:13 +0000 (14:17 +0100)]
[dns_knot] Use key command instead of command line argument to transmit dns key data.

2 years agofix tunnel version
neilpang [Mon, 13 Dec 2021 12:04:23 +0000 (20:04 +0800)]
fix tunnel version

2 years agoadd TEST_DNS_NO_SUBDOMAIN
neilpang [Mon, 6 Dec 2021 14:03:38 +0000 (22:03 +0800)]
add TEST_DNS_NO_SUBDOMAIN

2 years agopass TEST_DNS_NO_SUBDOMAIN
neilpang [Sun, 5 Dec 2021 13:05:18 +0000 (21:05 +0800)]
pass TEST_DNS_NO_SUBDOMAIN

2 years agofix for OpenBSD7
neilpang [Sun, 5 Dec 2021 10:23:19 +0000 (18:23 +0800)]
fix for OpenBSD7
https://github.com/acmesh-official/acme.sh/issues/3833

2 years agoupgrade Solaris
neilpang [Sun, 5 Dec 2021 08:15:39 +0000 (16:15 +0800)]
upgrade Solaris

2 years agoMerge branch 'acmesh-official:master' into master
F-Plass [Fri, 3 Dec 2021 16:18:44 +0000 (17:18 +0100)]
Merge branch 'acmesh-official:master' into master

2 years agoMerge pull request #3837 from acmesh-official/dev
neil [Tue, 30 Nov 2021 14:49:43 +0000 (22:49 +0800)]
Merge pull request #3837 from acmesh-official/dev

sync

2 years agoUpdate DNS.yml
neil [Tue, 30 Nov 2021 05:10:39 +0000 (13:10 +0800)]
Update DNS.yml

2 years agoMerge pull request #3818 from hguandl/master
neil [Sun, 21 Nov 2021 01:54:55 +0000 (09:54 +0800)]
Merge pull request #3818 from hguandl/master

Add iOS Bark notify hook

2 years agoAdd iOS Bark notify hook.
Hao Guan [Sat, 20 Nov 2021 18:39:46 +0000 (02:39 +0800)]
Add iOS Bark notify hook.

2 years agoMerge pull request #3813 from acmesh-official/dev
neil [Fri, 19 Nov 2021 05:35:18 +0000 (13:35 +0800)]
Merge pull request #3813 from acmesh-official/dev

fix https://github.com/acmesh-official/acme.sh/issues/3806

2 years agoAdd SYNO_TOTP_SECRET for user with two-factor authentication
Nasser Alansari [Sat, 13 Nov 2021 09:56:10 +0000 (12:56 +0300)]
Add SYNO_TOTP_SECRET for user with two-factor authentication

2 years agofix https://github.com/acmesh-official/acme.sh/issues/3806
neilpang [Sat, 13 Nov 2021 07:23:32 +0000 (15:23 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3806

2 years agoUpdate truenas.sh
F-Plass [Thu, 11 Nov 2021 22:03:00 +0000 (23:03 +0100)]
Update truenas.sh

solved the problem of UI-Restart after 12.0-U3

2 years agoMerge pull request #3800 from acmesh-official/dev
neil [Wed, 10 Nov 2021 01:22:45 +0000 (09:22 +0800)]
Merge pull request #3800 from acmesh-official/dev

sync

2 years agoMerge pull request #3798 from Scre13/patch_mail_sh
neil [Tue, 9 Nov 2021 03:49:25 +0000 (11:49 +0800)]
Merge pull request #3798 from Scre13/patch_mail_sh

removed -- at beginning of subject

2 years agoUpdate mail.sh
neil [Tue, 9 Nov 2021 03:48:58 +0000 (11:48 +0800)]
Update mail.sh

2 years agoremoved -- at beginning of subject
Scre13 [Tue, 9 Nov 2021 03:28:30 +0000 (04:28 +0100)]
removed -- at beginning of subject

2 years agoMerge pull request #3797 from Scre13/patch_lf_mime_version
neil [Tue, 9 Nov 2021 01:32:03 +0000 (09:32 +0800)]
Merge pull request #3797 from Scre13/patch_lf_mime_version

Removed newline at the end of subject, added MIME-Version header

2 years agoUpdate mail.sh
neil [Tue, 9 Nov 2021 01:30:36 +0000 (09:30 +0800)]
Update mail.sh

2 years agoremoved newline at the end of subject, added MIME-Version header
Scre13 [Mon, 8 Nov 2021 21:13:14 +0000 (22:13 +0100)]
removed newline at the end of subject, added MIME-Version header

2 years agofix https://github.com/acmesh-official/acme.sh/issues/1559
neil [Sat, 6 Nov 2021 04:27:50 +0000 (12:27 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/1559

2 years agoMerge pull request #3796 from acmesh-official/ip
neil [Sat, 6 Nov 2021 04:00:13 +0000 (12:00 +0800)]
Merge pull request #3796 from acmesh-official/ip

Ip

2 years agofix format
neil [Sat, 6 Nov 2021 03:28:11 +0000 (11:28 +0800)]
fix format

2 years agofix ip cert
neil [Sat, 6 Nov 2021 03:26:06 +0000 (11:26 +0800)]
fix ip cert

2 years agofix for solaris
neil [Mon, 14 Dec 2020 12:13:05 +0000 (20:13 +0800)]
fix for solaris

2 years agofix for ip cert alpn mode
neil [Sun, 13 Dec 2020 15:20:26 +0000 (23:20 +0800)]
fix for ip cert alpn mode

2 years agofix _deactivate for ip cert
neil [Sun, 13 Dec 2020 14:57:58 +0000 (22:57 +0800)]
fix _deactivate for ip cert

2 years agoadd test for ipcert
neil [Sun, 13 Dec 2020 14:04:11 +0000 (22:04 +0800)]
add test for ipcert

2 years agosupport ip cert: rfc https://tools.ietf.org/html/rfc8738
neil [Sun, 13 Dec 2020 07:10:42 +0000 (15:10 +0800)]
support ip cert: rfc https://tools.ietf.org/html/rfc8738

2 years agostart 3.0.2
neil [Sat, 6 Nov 2021 01:52:21 +0000 (09:52 +0800)]
start 3.0.2