5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
|
#! /bin/bash
|
||
|
systemctl stop haproxy
|
||
|
certbot renew --standalone --cert-name neko.tormakristof.eu
|
||
|
systemctl start haproxy
|