Skip to content

Commit

Permalink
Get SSL certificate for stephanedewit.be
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdewit committed Sep 20, 2024
1 parent 2ba13ac commit e58b318
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions provisioning/acme.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ variable "domain_names" {
"twentyeight.solutions",
"28.solutions"
]
www_sdw = [
"stephanedewit.be",
"stephanedew.it",
"stephdew.it",
"d3w.it",
"phane.be", "st.phane.be", "ste.phane.be",
"sdw.ovh"
]
}
}

Expand Down
2 changes: 2 additions & 0 deletions services/traefik/ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ tls:
keyFile: /etc/ssl/private/tools.28.solutions.pem
- certFile: /etc/ssl/local-certs/twentyeight.solutions.pem
keyFile: /etc/ssl/private/twentyeight.solutions.pem
- certFile: /etc/ssl/local-certs/stephanedewit.be.pem
keyFile: /etc/ssl/private/stephanedewit.be.pem

0 comments on commit e58b318

Please sign in to comment.