Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4cd05f77

Přidáno uživatelem Tomáš Ballák před asi 4 roky(ů)

hotifx

Zobrazit rozdíly:

scripts/renew_certificate.sh
5 5

  
6 6
if [ "$1" = "new" ]; then
7 7
    docker-compose exec nginx /bin/sh -c "
8
    cd /root/.acme.sh/heatmap.zcu.cz/ \
9
    openssl dhparam -dsaparam -out dhparams.pem 4096; \
10
    bash /root/.acme.sh/acme.sh --issue -w /var/www/symfony/public -d heatmap.zcu.cz -k 4096 --debug 2; \
11
    bash /root/.acme.sh/acme.sh --installcert -d heatmap.zcu.cz \
12
    --key-file /root/.acme.sh/heatmap.zcu.cz/heatmap.zcu.cz.key \
13
    --fullchain-file /root/.acme.sh/heatmap.zcu.cz/fullchain.cer \
8
    cd /root/.acme.sh; \
9
    bash acme.sh  --issue  -d www.heatmap.zcu.cz  --nginx /etc/nginx/sites-available/default.conf --debug 2; \
10
    bash acme.sh --installcert -d heatmap.zcu.cz \
11
    --key-file /certificate/key.pem \
12
    --fullchain-file /certificate/cert.pem \
14 13
    --reloadcmd 'bash /etc/init.d/nginx reload';
15 14
    ";
16 15
else

Také k dispozici: Unified diff