deb/apache-letsencrypt.bash
changeset 36 dc0a281349d1
parent 35 b524ac24e926
child 37 f2b49f2d087b
equal deleted inserted replaced
35:b524ac24e926 36:dc0a281349d1
     1 #!/bin/bash
     1 #!/bin/bash
       
     2 
       
     3 apt install certbot
     2 
     4 
     3 mkdir -p /srv/www/letsencrypt
     5 mkdir -p /srv/www/letsencrypt
     4 
     6 
     5 # service apache2 stop
     7 # service apache2 stop
     6 # --standalone
     8 # --standalone