]> git.proxmox.com Git - mirror_acme.sh.git/commit
FIX: Synology sets "default" on wrong certificate
authorBrian Hartvigsen <brian.andrew@brianandjenny.com>
Sun, 2 May 2021 19:37:59 +0000 (13:37 -0600)
committerBrian Hartvigsen <brian.andrew@brianandjenny.com>
Sun, 2 May 2021 19:37:59 +0000 (13:37 -0600)
commit1a4a180e8cf0825a34a4df4810b43cc5990e47a3
tree5fbd6a0115418010a4ba66a1cf8b09f707f1c214
parentaea10a3b932dd8d41ffe41b85e54d796c0f79e1f
FIX: Synology sets "default" on wrong certificate

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.
deploy/synology_dsm.sh