diff --git a/scripts/getcert.sh b/scripts/getcert.sh new file mode 100644 index 0000000..8ca40f2 --- /dev/null +++ b/scripts/getcert.sh @@ -0,0 +1,5 @@ +#/bin/sh + +systemctl stop nginx +certbot certonly -n --standalone --agree-tos -d $1 -m $2 +systemctl start nginx \ No newline at end of file