- 02 Jun, 2021 1 commit
-
-
neil authored
sync
-
- 01 Jun, 2021 6 commits
- 31 May, 2021 1 commit
-
-
Christophe B Billheimer authored
change "$url" -> $url so the value of $url gets passed by reference, and the string "$url" does not erroneously get passed as a variable into _post()
-
- 30 May, 2021 1 commit
-
-
Roman Zabaluev authored
See gh-3450
-
- 29 May, 2021 1 commit
-
-
neil authored
-
- 27 May, 2021 1 commit
-
-
neil authored
Synology DSM - Make certificate descriptions sed safe
-
- 26 May, 2021 2 commits
-
-
Brian Hartvigsen authored
shellcheck sees '\\' as trying to escape the trailing quote (see koalaman/shellcheck#1548 ).
-
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 3 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 3 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
-