#!/usr/bin/env bash set -e OUTPUT_DIR=/etc/bitwarden mkdir -p $OUTPUT_DIR docker --version echo "(!) Enter your installation id (get it at https://bitwarden.com/host/): " read INSTALL_ID echo -e "\n(!) Enter your installation key: " read INSTALL_KEY echo -e "\n(!) Enter the domain name for your bitwarden instance (ex. bitwarden.company.com): " read DOMAIN echo -e "\n(!) Do you want to use Let's Encrypt to generate a free SSL certificate? (y/n): " read LETS_ENCRYPT DATABASE_PASSWORD=$(LC_ALL=C tr -dc A-Za-z0-9