• Christian Burmeister's avatar
    Update mailcow.sh · 2bc62797
    Christian Burmeister authored
    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 mailcow/mailcow-dockerized#2443 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).
    2bc62797
mailcow.sh 1.9 KB