acme.sh/deploy
Brian Hartvigsen d15c14ab93
Fix support for wget
I'm actually not entirely sure why/how this worked with curl but not wget, but it did.  The short answer is that using a GET does not result in the HTTP_HEADER file being written, instead you must pass in the http_headers param ($2) which will return the HTTP headers as a string.  Luckily, the Token is in both the body and the header.  We need it and the id (and smid if 2fa) cookie to proceed.  So now we parrse the response for that instead of the HTTP_HEADER file.

Interesting side note: wget is fine if the URL contains a \r or \n, but curl will barf on it.  So we need to make sure those are stripped from the token as it will be passed in the URL later.
2020-05-15 23:53:00 -06:00
..
apache.sh deploy apache script: fix comment (dovecot/apache) 2017-03-02 08:39:31 +01:00
cpanel_uapi.sh fix warning 2018-06-28 22:21:22 +08:00
docker.sh update repo name 2020-01-30 12:06:39 +08:00
dovecot.sh fix format 2017-02-19 20:40:53 +08:00
exim4.sh spelling: oops 2017-03-26 05:29:11 +00:00
fritzbox.sh use perl instead of iconv, if iconv is not available 2018-09-10 01:24:20 +02:00
gcore_cdn.sh fixed json parse regex for support api gcore_cdn 2019-10-10 00:36:34 +03:00
gitlab.sh Fix Syntax 2018-08-21 16:41:45 +02:00
haproxy.sh fix haproxy deploy hook ocsp update 2020-05-02 22:14:21 +02:00
keychain.sh Remove template text 2018-03-22 13:45:43 -04:00
kong.sh Update the notes 2017-04-28 00:25:30 +08:00
mailcow.sh Fix formatting 2019-03-19 19:15:31 +01:00
myapi.sh exe 2017-02-05 23:14:25 +08:00
mydevil.sh Support for MyDevil.net (#2076) 2019-02-20 09:40:36 +08:00
mysqld.sh fix format 2017-02-19 20:40:53 +08:00
nginx.sh fix format 2017-02-19 20:40:53 +08:00
opensshd.sh fix format 2017-02-19 20:40:53 +08:00
panos.sh fix(deploy/panos): data format improvements 2020-03-24 20:01:51 -07:00
pureftpd.sh fix format 2017-02-19 20:40:53 +08:00
qiniu.sh enable qiniu to deploy more than one domain 2020-03-26 14:59:23 +08:00
README.md update repo name 2020-01-30 12:06:39 +08:00
routeros.sh Added trailing slash to end of each line of DEPLOY_SCRIPT_CMD 2019-11-26 20:39:08 +11:00
ssh.sh Make remote backup directory path user configurable. 2020-03-14 21:51:21 -04:00
strongswan.sh Add support for strongSwan deploys in FreeBSD 2018-02-16 11:29:10 -02:00
synology_dsm.sh Fix support for wget 2020-05-15 23:53:00 -06:00
unifi.sh Add deployment script for unifi controller 2017-07-30 12:21:20 +01:00
vault_cli.sh Remove trailing spaces in text files 2019-10-05 21:09:24 +08:00
vsftpd.sh spelling: oops 2017-03-26 05:29:11 +00:00