diff --git a/setup-server.sh b/setup-server.sh index 2464f5e..c971c0b 100644 --- a/setup-server.sh +++ b/setup-server.sh @@ -62,7 +62,7 @@ firewall-cmd --zone=public --add-service=https --perm # Wildcard SSL Cert installation # This will be uploaded seperately, as I do not want to share my certs with the world (this is just the bulk sum, I will be installing a complete encompassing certfile). -CERTS_ARCHIVE=~/tristan-ancelet-certs.tar +CERTS_ARCHIVE=~/tristanancelet-certs.tar if [[ -f $CERTS_ARCHIVE ]]; then mv $CERTS_ARCHIVE /etc/ cd /etc