#!/usr/bin/env bash set -e echo "Please enter your domain name (i.e. bitwarden.company.com): " read DOMAIN echo -e "\nPlease enter your email address (used to generate an HTTPS certificate with LetsEncrypt): " read EMAIL OUTPUT_DIR=./bitwarden DATABASE_PASSWORD=$(LC_ALL=C tr -dc A-Za-z0-9