Merge pull request #111 from h8h/patch-1

Output SSL Cert Fingerprint can point to a wrong dir: Better to use $STORAGE_ROOT
This commit is contained in:
Joshua Tauberer 2014-07-16 09:36:22 -04:00
commit 89376b10d0
1 changed files with 1 additions and 1 deletions

View File

@ -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