Skip to content

Commit

Permalink
Slight change to installer.sh for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
vr2262 committed Jan 22, 2016
1 parent e205f33 commit 8b86826
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer.sh
Expand Up @@ -88,6 +88,9 @@ printf " Installing SSL certificate. Make sure \n"
printf " you have set up the DNS records for \n"
printf " your domain to point to this machine. \n"
printf "========================================\n"
# for some reason these directories need to exist beforehand on Fedora...
$SUDO mkdir -p /etc/letsencrypt
$SUDO mkdir -p /var/lib/letsencrypt
$SUDO docker run -it --rm -p 443:443 -p 80:80 \
-v "/etc/letsencrypt:/etc/letsencrypt:Z" \
-v "/var/lib/letsencrypt:/var/lib/letsencrypt:Z" \
Expand Down

0 comments on commit 8b86826

Please sign in to comment.