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
|