- 26 May, 2021 1 commit
-
-
Brian Hartvigsen authored
This escapes special characters used in POSIX sed to prevent mismatches. e.g. `SYNO_Certficiate=*.example.com` would not match a description of "*.example.com" and would look to match any number of double quotes (the last character in the sed regex prior to certificate description), followed by any single character, followed by "example", followed by any character, followed by "com". After this change, it will properly match `*.example.com` and not `""zexamplefcom`. Additionally we now store the certificate description as base64 encoded to prevent issues with single quotes. Tested on DSM 7.0-41222 (VDSM) and DSM 6.2.4-25556 (DS1515+).
-
- 25 May, 2021 1 commit
-
-
neilpang authored
-
- 23 May, 2021 2 commits
- 22 May, 2021 2 commits
- 20 May, 2021 1 commit
-
-
neil authored
Better fix for Synology DSM setting wrong default
-
- 19 May, 2021 1 commit
-
-
Brian Hartvigsen authored
As noted by @buxm, previous fix didn't work for all versions of DSM 6. The better fix appears to be simply not outputting the "as_default" parameter unless we are doing something with the default certificate.
-
- 08 May, 2021 2 commits
- 07 May, 2021 3 commits
-
-
https://github.com/acmesh-official/acme.sh/issues/3504neilpang authored
check invalid status first.
-
-
-
- 06 May, 2021 1 commit
-
-
Will Browning authored
-
- 05 May, 2021 1 commit
-
-
neil authored
Deploy gcore_cdn fix
-
- 04 May, 2021 1 commit
-
-
neilpang authored
-
- 03 May, 2021 7 commits
- 02 May, 2021 3 commits
-
-
Brian Hartvigsen authored
For some DSM installs, it appears that setting the "default" flag to the string "false" actually sets it to true. This causes Synology to set the last updated certificate to be the default certificate. Using an empty string appears to still be accepted as a false-y value for DSMs where this isn't happening and corrects the behavior in the cases that it was. Credit to @Run-King for identifying the fix and @buxm for reporting.
-
-
neilpang authored
-
- 01 May, 2021 2 commits
- 29 Apr, 2021 3 commits
-
-
Jeff Goeke-Smith authored
On systems that /bin/sh is served by shells other than bash, or shells that don't implement the same syntax as the bash printf builtin, printf -- fails to produce the output necessary for standalone operation. The test case for this was SmartOS, which uses ksh93 as its /bin/sh. This change uses the more generic method of passing a format parameter of a single string, and then the argument to replace it with.
-
neil authored
fix _exists error message if MAIL_BIN env variable is not set
-
Eike-Christian Müller authored
Reverted the original patch and changed it to the obvious simple solution provided by @Neilpang.
-
- 19 Apr, 2021 1 commit
-
-
neil authored
Adding DNSAPI wrapper for Websupport webhosting (Slovakia)
-
- 17 Apr, 2021 2 commits
- 15 Apr, 2021 1 commit
-
-
Jasper Zonneveld authored
-
- 14 Apr, 2021 1 commit
-
-
neilpang authored
-
- 09 Apr, 2021 1 commit
-
-
neil authored
Update Telegram notification
-
- 08 Apr, 2021 3 commits
-
-
Mike Beattie authored
(fix shellcheck failure)
-
Mike Beattie authored
Signed-off-by:
Mike Beattie <mike@ethernal.org>
-
Mike Beattie authored
Signed-off-by:
Mike Beattie <mike@ethernal.org>
-