vm-ansible/roles/neko/files/certbot
Kristóf Torma 025cf6e6dd
Some checks failed
continuous-integration/drone/push Build is failing
add turn stuff
2022-12-30 16:09:47 +01:00

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