Skip to content

Commit

Permalink
Merge pull request #48 from canonical/autocert-setup
Browse files Browse the repository at this point in the history
feat: managed tls certs via certbot
  • Loading branch information
matthew-hagemann authored Nov 27, 2024
2 parents d061f99 + f0ffa77 commit 83204b8
Show file tree
Hide file tree
Showing 7 changed files with 1,267 additions and 9 deletions.
10 changes: 10 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ options:
type: secret
description: |
Expects the string content of a .env file, with each variable on a new line.
email:
type: string
default: ""
description: |
Email address certbot will use to send security and renewal emails to.
domain:
type: string
default: ""
description:
Domain certbot should attempt to obtain tls certificates for.
Loading

0 comments on commit 83204b8

Please sign in to comment.