Skip to content

Commit

Permalink
workaround for bug in certbot
Browse files Browse the repository at this point in the history
  • Loading branch information
greyltc authored Dec 4, 2016
1 parent 79e7197 commit 886c007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupApacheSSLKey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ "$DO_SSL_LETS_ENCRYPT_FETCH" = true ] ; then
: ${HOSTNAME:=$(hostname --fqdn)}
echo "Fetching ssl certificate files for ${HOSTNAME} from letsencrypt.org."
echo "This container's Apache server must be reachable from the Internet via http://${HOSTNAME}"
certbot --debug --agree-tos --email ${EMAIL} --webroot -w /srv/http/ -d ${HOSTNAME} certonly
certbot --text --debug --agree-tos --email ${EMAIL} --webroot -w /srv/http/ -d ${HOSTNAME} certonly
# Maybe one day the apache plugin will work for Arch Linux and I could do this...
#certbot --apache --debug --agree-tos --email ${EMAIL} -d ${HOSTNAME} certonly
if [ $? -eq 0 ]; then
Expand Down

0 comments on commit 886c007

Please sign in to comment.