diff --git a/certs/websites/dustin.hatch.name.cer b/certs/websites/dustin.hatch.name.cer deleted file mode 120000 index 5ea4c57..0000000 --- a/certs/websites/dustin.hatch.name.cer +++ /dev/null @@ -1 +0,0 @@ -../../.certs/acme.sh/dustin.hatch.name/fullchain.cer \ No newline at end of file diff --git a/certs/websites/dustin.hatch.name.key b/certs/websites/dustin.hatch.name.key deleted file mode 120000 index 88d251a..0000000 --- a/certs/websites/dustin.hatch.name.key +++ /dev/null @@ -1 +0,0 @@ -../../.certs/acme.sh/dustin.hatch.name/dustin.hatch.name.key \ No newline at end of file diff --git a/roles/websites/dustin.hatch.name/files/dustin.hatch.name.httpd.conf b/roles/websites/dustin.hatch.name/files/dustin.hatch.name.httpd.conf index 83a1a83..f96397a 100644 --- a/roles/websites/dustin.hatch.name/files/dustin.hatch.name.httpd.conf +++ b/roles/websites/dustin.hatch.name/files/dustin.hatch.name.httpd.conf @@ -1,4 +1,5 @@ # vim: set ft=apache : +MDomain dustin.hatch.name ServerName dustin.hatch.name @@ -11,8 +12,6 @@ RewriteRule (.*) https://%{SERVER_NAME}$1 [R=301,L] ServerName dustin.hatch.name Include conf.d/ssl.include -SSLCertificateKeyFile /etc/pki/tls/private/dustin.hatch.name.key -SSLCertificateFile /etc/pki/tls/certs/dustin.hatch.name.cer Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains" diff --git a/websites.yml b/websites.yml index c2de61e..8008637 100644 --- a/websites.yml +++ b/websites.yml @@ -10,12 +10,6 @@ tags: formsubmit - role: websites/pyrocufflink.net tags: websites/pyrocufflink.net - - role: cert - cert_src: websites/dustin.hatch.name.cer - cert_dest: /etc/pki/tls/certs/dustin.hatch.name.cer - cert_key_src: websites/dustin.hatch.name.key - cert_key_dest: /etc/pki/tls/private/dustin.hatch.name.key - tags: websites/dustin.hatch.name - role: websites/dustin.hatch.name tags: websites/dustin.hatch.name - role: websites/ebonfire.com