diff --git a/setup/ssl.sh b/setup/ssl.sh index 95e5e849..12cc8b10 100755 --- a/setup/ssl.sh +++ b/setup/ssl.sh @@ -39,5 +39,5 @@ fi echo echo "Your SSL certificate's fingerpint is:" -openssl x509 -in /home/user-data/ssl/ssl_certificate.pem -noout -fingerprint +openssl x509 -in $STORAGE_ROOT/ssl/ssl_certificate.pem -noout -fingerprint echo