acme.sh/deploy
Christian Burmeister 2bc627970e
Update mailcow.sh
I have modified the following things:

    Originally, "/data/assets/ssl/" is always appended to the varialbe ${_mailcow_path}. Since I use acme.sh as docker container, I only want to include the mailcow-ssl directory in the acem.sh container and not the complete mailcow directory. So now it is checked if the file generate_config.sh is in the directory (then it is the mailcow root directory, see https://github.com/mailcow/mailcow-dockerized) and only then "/data/assets/ssl/" is appended, in all other cases the passed variable is taken over unchanged.

    Because of the RP  I have extended the script with ECC certificates.

    I adapted the reboot commands as described in the mailcow manual (https://mailcow.github.io/mailcow-dockerized-docs/firststeps-ssl/#how-to-use-your-own-certificate).
..
README.md update repo name
apache.sh deploy apache script: fix comment (dovecot/apache)
cleverreach.sh Rework based on review from Neilpang
cpanel_uapi.sh fix warning
docker.sh Use base64 for reload
dovecot.sh fix format
exim4.sh fix shfmt
fritzbox.sh uconv as fallback for iconv
gcore_cdn.sh fixed json parse regex for support api gcore_cdn
gitlab.sh Fix Syntax
haproxy.sh fix haproxy deploy hook ocsp update
keychain.sh Remove template text
kong.sh Issue : grammar corrections for "exists" and "exist".
mailcow.sh Update mailcow.sh
myapi.sh exe
mydevil.sh Support for MyDevil.net ()
mysqld.sh fix format
nginx.sh fix format
opensshd.sh fix format
openstack.sh Fix CI test failure for deploy/openstack.sh
panos.sh fix(deploy/panos): data format improvements
pureftpd.sh fix format
qiniu.sh enable qiniu to deploy more than one domain
routeros.sh Added trailing slash to end of each line of DEPLOY_SCRIPT_CMD
ssh.sh fix shfmt
strongswan.sh Add support for strongSwan deploys in FreeBSD
synology_dsm.sh Addressing issues found in DS218+ DSM
unifi.sh Add deployment script for unifi controller
vault.sh Use _savedeployconf
vault_cli.sh Fix SC2230
vsftpd.sh fix shfmt

README.md