nginx-proxy/renew_certs.sh

6 lines
89 B
Bash
Raw Normal View History

2019-05-28 08:32:43 +00:00
#!/bin/bash
$(dirname $0)/certbot renew --cert-name typename.fr
2019-05-28 08:32:43 +00:00
docker-compose restart