Compare commits
3 Commits
713fd794a3
...
b72676a1bb
Author | SHA1 | Date |
---|---|---|
|
b72676a1bb | |
|
f5ab739c9e | |
|
33da25209d |
|
@ -1 +0,0 @@
|
||||||
../lego/dustinandtabitha.com.crt
|
|
|
@ -1 +0,0 @@
|
||||||
../lego/dustinandtabitha.com.key
|
|
1
hosts
1
hosts
|
@ -278,6 +278,7 @@ file0.pyrocufflink.blue
|
||||||
[wildcard-cert:children]
|
[wildcard-cert:children]
|
||||||
file-servers
|
file-servers
|
||||||
gitea
|
gitea
|
||||||
|
nextcloud
|
||||||
pxe
|
pxe
|
||||||
|
|
||||||
[zezere]
|
[zezere]
|
||||||
|
|
|
@ -3,7 +3,7 @@ Description=Periodically renew certificates with LEGO
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
RandomizedDelaySec=15m
|
RandomizedDelaySec=15m
|
||||||
OnActiveSec=4h
|
OnCalendar=*-*-* 00/4:00:00
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
|
@ -3,11 +3,3 @@ dependencies:
|
||||||
- role: redis
|
- role: redis
|
||||||
tags:
|
tags:
|
||||||
- redis
|
- redis
|
||||||
- role: cert
|
|
||||||
vars:
|
|
||||||
cert_src: lego/_.pyrocufflink.net.crt
|
|
||||||
cert_dest: '{{ apache_ssl_certificate }}'
|
|
||||||
cert_key_src: lego/_.pyrocufflink.net.key
|
|
||||||
cert_key_dest: '{{ apache_ssl_certificate_key }}'
|
|
||||||
tags:
|
|
||||||
- nextcloud
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
MDomain dustinandtabitha.com
|
||||||
|
|
||||||
<VirtualHost _default_:80>
|
<VirtualHost _default_:80>
|
||||||
ServerName dustinandtabitha.com
|
ServerName dustinandtabitha.com
|
||||||
ServerAlias www.dustinandtabitha.com
|
ServerAlias www.dustinandtabitha.com
|
||||||
|
@ -11,8 +13,6 @@ ServerName dustinandtabitha.com
|
||||||
ServerAlias www.dustinandtabitha.com
|
ServerAlias www.dustinandtabitha.com
|
||||||
|
|
||||||
Include conf.d/ssl.include
|
Include conf.d/ssl.include
|
||||||
SSLCertificateKeyFile /etc/pki/tls/private/dustinandtabitha.com.key
|
|
||||||
SSLCertificateFile /etc/pki/tls/certs/dustinandtabitha.com.cer
|
|
||||||
|
|
||||||
<IfModule mod_headers.c>
|
<IfModule mod_headers.c>
|
||||||
Header always set \
|
Header always set \
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- role: cert
|
|
||||||
vars:
|
|
||||||
cert_src: websites/dustinandtabitha.com.cer
|
|
||||||
cert_dest: /etc/pki/tls/certs/dustinandtabitha.com.cer
|
|
||||||
cert_key_src: websites/dustinandtabitha.com.key
|
|
||||||
cert_key_dest: /etc/pki/tls/private/dustinandtabitha.com.key
|
|
||||||
tags:
|
|
||||||
- websites/dustinandtabitha
|
|
Loading…
Reference in New Issue