BradleyA / docker-security-infrastructure

Automate the generation, setup, check, copy site, host and user docker TLS certificates; Setup and manage dockerd configuration for Ubuntu 16.04 Systemd & Ubuntu 14.04 Upstart. Check ssh permissions
MIT License
17 stars 8 forks source link

docker-TLS/c{} - change DEFAULT_USER_HOME="/home/" to ~ #54

Closed BradleyA closed 5 years ago

BradleyA commented 5 years ago

change: DEFAULT_USER_HOME="/home/" to: DEFAULT_USER_HOME=$(echo ~ | sed s/${USER}//) no to this: DEFAULT_USER_HOME=$(dirname "${HOME}")

check-user-ssh.sh create-user-tls.sh

BradleyA commented 5 years ago

complete