websites/darkchestofwonders.us: Use Lego cert

jenkins-master
Dustin 2020-03-16 09:09:47 -05:00
parent e4ecd5d58a
commit bb73d28c05
6 changed files with 10 additions and 7 deletions

2
.certs

@ -1 +1 @@
Subproject commit 7685cddf5200f168e26df2cf2b2863bc3e9dadb5
Subproject commit 654b52b6080c1a54b6466ac9cdc00da8d2c910d9

View File

@ -0,0 +1 @@
../lego/darkchestofwonders.us.crt

View File

@ -0,0 +1 @@
../lego/darkchestofwonders.us.key

View File

@ -1,4 +0,0 @@
dependencies:
- role: certbot
certbot_domains:
- darkchestofwonders.us

View File

@ -16,8 +16,8 @@ RewriteRule (.*) https://%{SERVER_NAME}$1 [R=301,L]
ServerName darkchestofwonders.us
Include conf.d/ssl.include
SSLCertificateKeyFile /var/lib/letsencrypt/live/darkchestofwonders.us/privkey.pem
SSLCertificateFile /var/lib/letsencrypt/live/darkchestofwonders.us/fullchain.pem
SSLCertificateKeyFile /etc/pki/tls/private/darkchestofwonders.us.key
SSLCertificateFile /etc/pki/tls/certs/darkchestofwonders.us.cer
<IfModule mod_headers.c>
Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains"

View File

@ -25,6 +25,11 @@
tags: websites/ebonfire.com
- role: websites/nratonpass.com
tags: websites/nratonpass.com
- role: cert
cert_src: websites/darkchestofwonders.us.cer
cert_dest: /etc/pki/tls/certs/darkchestofwonders.us.cer
cert_key_src: websites/darkchestofwonders.us.key
cert_key_dest: /etc/pki/tls/private/darkchestofwonders.us.key
- role: websites/darkchestofwonders.us
tags: websites/darkchestofwonders.us
- role: cert