vm-ansible/roles/neko/files/certbot

6 lines
180 B
Plaintext
Raw Normal View History

2022-04-17 12:22:22 +02:00
#! /bin/bash
systemctl stop haproxy
certbot renew --standalone --cert-name neko.tormakristof.eu
2022-12-30 16:09:47 +01:00
certbot renew --standalone --cert-name turn.tormakristof.eu
2022-04-17 12:22:22 +02:00
systemctl start haproxy