bash-script
certbot end dehydrated - scripts auto create end update ssl certificates
Linux: Debian, Ubuntu
root e64894442c fix update from apache2 30.01.25:20.56 | 3 hours ago | |
---|---|---|
docs | 3 hours ago | |
src | 3 hours ago | |
README.md | 3 hours ago |
git -c http.sslVerify=false clone https://develop.qbpro.ru/master/auto4certbot.git
git clone https://develop.qbpro.ru/master/auto4certbot.git
cd ~/auto4certbot/src
mkdir -p /etc/auto4certbot
cp * /etc/auto4certbot/
please input pameters: avto4certbot.sh --create [apache & nginx && proxy]| --update [apache & nginx] | --flist [apache & nginx]
avto4certbot.sh --create; create new certificate or --create [apache & nginx && proxy]; create new certificate
avto4certbot.sh --update; update certificates or --update [apache & nginx && proxy]; update [apache & nginx];
avto4certbot.sh --flist; update certificates from ssl or --flist [apache & nginx && proxy]; rescan list certificates;
avto4certbot.sh --help; this help
* examples:
avtocertbot.sh --update apache
or
avtocertbot.sh --update nginx
or
avtocertbot.sh --update apache proxy
## autocertbot
24 01 * * * root /etc/avto4certbot/avto4certbot.sh --update nginx
echo "WELCOME" >/var/www/certbot/www/.well-known/acme-challenge/test.txt
curl -ikL http://mydomen.ru/.well-known/acme-challenge/test.txt
License: GPLv2.0