vm-ansible/roles/neko/files/certbot

6 lines
180 B
Bash

#! /bin/bash
systemctl stop haproxy
certbot renew --standalone --cert-name neko.tormakristof.eu
certbot renew --standalone --cert-name turn.tormakristof.eu
systemctl start haproxy