Browse Source

fix all err certbot4mail 08.08.22:09.58

root 2 years ago
parent
commit
be3dc4f0c9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      certbot4mail/certbot4mail.sh

+ 2 - 2
certbot4mail/certbot4mail.sh

@@ -38,8 +38,8 @@ eval local dreg="(" $(echo -e ${domains[$dmn]}) ")";
38 38
             certbot --update-registration -m "${dreg[1]}" -d "${dreg[0]}" ;
39 39
     fi
40 40
 ##
41
-## example manual: certbot certonly --webroot --webroot-path /tmp/letsencrypt -d mydomen.ru
42
-certbot certonly --webroot --webroot-path $www_root -d ${dreg[0]}
41
+## example manual: certbot certonly --webroot --webroot-path /tmp/letsencrypt/ -d mydomen.ru
42
+certbot certonly --webroot --webroot-path $www_root/ -d ${dreg[0]}
43 43
 done
44 44
 }
45 45