Skip to content

Commit

Permalink
fixup! Add certbot for managing a Lets Encrypt cert
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Feb 3, 2025
1 parent fcc4453 commit 606fb82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cert_setup/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# This Docker compose configuration sets up a temporary nginx server for use
# when creating the initial set of certificates for Let's Encrypt. This
# container is created and destroyed by the init-certs.sh script and does not
# need to be managed manually.
#
# Since the certs have to exist before you can enable ssl mode in nginx, we need
# a separate service set up in unencrypted mode to do the initial verification
# from LE. Once the certs are created, this service is torn down and not used
# again.
services:
nginx:
image: nginx:1.27.3
Expand Down

0 comments on commit 606fb82

Please sign in to comment.