diff --git a/certs/websites/apps.du5t1n.xyz.cer b/certs/websites/apps.du5t1n.xyz.cer deleted file mode 120000 index e8dcb1c..0000000 --- a/certs/websites/apps.du5t1n.xyz.cer +++ /dev/null @@ -1 +0,0 @@ -../../.certs/certificates/apps.du5t1n.xyz.crt \ No newline at end of file diff --git a/certs/websites/apps.du5t1n.xyz.key b/certs/websites/apps.du5t1n.xyz.key deleted file mode 120000 index af5560e..0000000 --- a/certs/websites/apps.du5t1n.xyz.key +++ /dev/null @@ -1 +0,0 @@ -../../.certs/certificates/apps.du5t1n.xyz.key \ No newline at end of file diff --git a/roles/websites/apps.du5t1n.xyz/files/apps.du5t1n.xyz.httpd.conf b/roles/websites/apps.du5t1n.xyz/files/apps.du5t1n.xyz.httpd.conf index ce4b0cc..e447e09 100644 --- a/roles/websites/apps.du5t1n.xyz/files/apps.du5t1n.xyz.httpd.conf +++ b/roles/websites/apps.du5t1n.xyz/files/apps.du5t1n.xyz.httpd.conf @@ -1,3 +1,5 @@ +MDomain apps.du5t1n.xyz + ServerName apps.du5t1n.xyz @@ -9,8 +11,6 @@ RewriteRule (.*) https://%{SERVER_NAME}$1 [R=301,L] ServerName apps.du5t1n.xyz Include conf.d/ssl.include -SSLCertificateKeyFile /etc/pki/tls/private/apps.du5t1n.xyz.key -SSLCertificateFile /etc/pki/tls/certs/apps.du5t1n.xyz.cer Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains" diff --git a/roles/websites/apps.du5t1n.xyz/meta/main.yml b/roles/websites/apps.du5t1n.xyz/meta/main.yml deleted file mode 100644 index 2a3807b..0000000 --- a/roles/websites/apps.du5t1n.xyz/meta/main.yml +++ /dev/null @@ -1,7 +0,0 @@ -dependencies: -- role: cert - vars: - cert_src: websites/apps.du5t1n.xyz.cer - cert_dest: /etc/pki/tls/certs/apps.du5t1n.xyz.cer - cert_key_src: websites/apps.du5t1n.xyz.key - cert_key_dest: /etc/pki/tls/private/apps.du5t1n.xyz.key