vm-ansible/roles/neko/files/certbot

5 lines
120 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
systemctl start haproxy