deb/apache-letsencrypt.bash
changeset 31 461eed8e7463
parent 29 74c62c0d1f64
child 33 7b602d7f98cd
equal deleted inserted replaced
30:28471730dbf0 31:461eed8e7463
     7 certbot certonly --webroot \
     7 certbot certonly --webroot \
     8  --agree-tos --non-interactive \
     8  --agree-tos --non-interactive \
     9  -m gavenkoa@gmail.com \
     9  -m gavenkoa@gmail.com \
    10  -w /srv/www/letsencrypt \
    10  -w /srv/www/letsencrypt \
    11  --cert-name defun.work \
    11  --cert-name defun.work \
    12  -d 2048.defun.work
    12  -d defun.work \
       
    13  -d 2048.defun.work \
       
    14  -d blog.defun.work \
       
    15  -d cooking.defun.work \
       
    16  -d gadict.defun.work \
       
    17  -d hg.defun.work \
       
    18  -d resume.defun.work \
       
    19  -d stat.defun.work \
       
    20  -d test.defun.work \
       
    21  -d tips.defun.work
       
    22 
    13 # service apache2 start
    23 # service apache2 start
    14 
    24 
    15 # https://wiki.debian.org/LetsEncrypt
    25 # https://wiki.debian.org/LetsEncrypt
    16 # python3-certbot-apache - Apache plugin for Certbot
    26 # python3-certbot-apache - Apache plugin for Certbot
    17 
    27