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 521521b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cert_setup/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This Docker compose configuration sets up a temporary nginx server
# for use when creating the initial set of certificates for Let's Encrypt.
# 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 521521b

Please sign in to comment.