Skip to content

Commit

Permalink
Merge pull request #116 from palfrey/lockdown-le
Browse files Browse the repository at this point in the history
Lockdown letsencrypt
  • Loading branch information
palfrey authored Mar 24, 2021
2 parents 1d976e2 + 7bdc96b commit b0b3fff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Setup
2. Install the following plugins:
* https://github.com/dokku/dokku-redis (versions up to 1.10.4, see [#75](https://github.com/palfrey/wharf/issues/75))
* https://github.com/dokku/dokku-postgres (versions up to 1.9.5, see [#75](https://github.com/palfrey/wharf/issues/75))
* https://github.com/dokku/dokku-letsencrypt
* https://github.com/dokku/dokku-letsencrypt (versions up to 0.9.4 see [#115](https://github.com/palfrey/wharf/issues/115))
3. Setup the Let's Encrypt plugin to auto-renew (`dokku letsencrypt:cron-job --add`)
4. Create the app (`dokku apps:create wharf`)
5. Add SSH key storage:
Expand Down
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y d
sudo dokku plugin:install-dependencies --core
(dokku plugin:list | grep redis) || sudo dokku plugin:install https://github.com/dokku/dokku-redis.git --committish 1.10.4 redis
(dokku plugin:list | grep postgres) || sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git --committish 1.9.5 postgres
(dokku plugin:list | grep letsencrypt) || sudo dokku plugin:install https://github.com/dokku/dokku-letsencrypt.git
(dokku plugin:list | grep letsencrypt) || sudo dokku plugin:install https://github.com/dokku/dokku-letsencrypt.git --committish 0.9.4 letsencrypt
dokku plugin:list
dokku letsencrypt:cron-job --add
(dokku apps:list | grep wharf) || dokku apps:create wharf
Expand Down Expand Up @@ -41,4 +41,4 @@ if [ ! -f $KEY_DIR/id_rsa ]; then
echo "Can't find keys in key dir"
ls $KEY_DIR
exit 1
fi
fi

0 comments on commit b0b3fff

Please sign in to comment.