reterup certificates
This commit is contained in:
parent
8b64a22068
commit
8820b17277
|
@ -88,8 +88,8 @@ http {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name cloud.reterup.it *.cloud.reterup.it;
|
server_name cloud.reterup.it *.cloud.reterup.it;
|
||||||
|
|
||||||
ssl_certificate /etc/nginx/ssl/bundle.pem;
|
ssl_certificate /etc/nginx/ssl/reterup-bundle.pem;
|
||||||
ssl_certificate_key /etc/nginx/ssl/privkey.pem;
|
ssl_certificate_key /etc/nginx/ssl/reterup-privkey.pem;
|
||||||
|
|
||||||
location /{
|
location /{
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,17 @@ services:
|
||||||
target: /etc/nginx/nginx.conf
|
target: /etc/nginx/nginx.conf
|
||||||
- source: nginx_static
|
- source: nginx_static
|
||||||
target: /var/www/default/index.html
|
target: /var/www/default/index.html
|
||||||
|
- source: reterup_bundle_cert
|
||||||
|
target: /etc/nginx/ssl/reterup-bundle.pem
|
||||||
|
- source: reterup_key
|
||||||
|
target: /etc/nginx/ssl/reterup-privkey.pem;
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
nginx_conf:
|
nginx_conf:
|
||||||
file: ../configs/node.conf
|
file: ../configs/node.conf
|
||||||
nginx_static:
|
nginx_static:
|
||||||
file: ../content/index.html
|
file: ../content/index.html
|
||||||
|
reterup_bundle_cert:
|
||||||
|
file: ../certs/reterup_bundle_cert.pem
|
||||||
|
reterup_key:
|
||||||
|
file: ../certs/reterup-privkey.pem
|
||||||
|
|
Loading…
Reference in New Issue