1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-07 10:55:43 -05:00

script updates

This commit is contained in:
Kyle Spearrin
2017-08-19 21:55:34 -04:00
parent c7735f4e28
commit aa56b51cb5
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ mkdir -p $OUTPUT_DIR
read -p "(!) Enter the domain name for your bitwarden instance (ex. bitwarden.company.com): " DOMAIN
read -p "(!) Do you want to use Let's Encrypt to generate a free SSL certificate? (y/n): " LETS_ENCRYPT
if [ $LETS_ENCRYPT == "y" ]
if [ "$LETS_ENCRYPT" == "y" ]
then
read -p "(!) Enter your email address (Let's Encrypt will send you certificate expiration reminders): " EMAIL
mkdir -p $OUTPUT_DIR/letsencrypt/live/$DOMAIN