mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
74a4a788b1
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+). |
||
---|---|---|
.. | ||
apache.sh | ||
cleverreach.sh | ||
cpanel_uapi.sh | ||
docker.sh | ||
dovecot.sh | ||
exim4.sh | ||
fritzbox.sh | ||
gcore_cdn.sh | ||
gitlab.sh | ||
haproxy.sh | ||
keychain.sh | ||
kong.sh | ||
mailcow.sh | ||
myapi.sh | ||
mydevil.sh | ||
mysqld.sh | ||
nginx.sh | ||
opensshd.sh | ||
openstack.sh | ||
panos.sh | ||
peplink.sh | ||
pureftpd.sh | ||
qiniu.sh | ||
README.md | ||
routeros.sh | ||
ssh.sh | ||
strongswan.sh | ||
synology_dsm.sh | ||
unifi.sh | ||
vault_cli.sh | ||
vault.sh | ||
vsftpd.sh |