changed infra cert directory for frontends
This commit is contained in:
parent
991341afdc
commit
d8a96a954d
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ sunet_frontend:
|
|||
'authtest':
|
||||
haproxy_volumes:
|
||||
- "/etc/ssl/certs/infra.crt:/etc/ssl/certs/infra.crt:ro"
|
||||
- "/etc/ssl/private/infra_haproxy.crt:/etc/ssl/private/infra_haproxy.crt:ro"
|
||||
- "/opt/frontend/config/ssl/infra_haproxy.crt:/opt/frontend/config/ssl/infra_haproxy.crt:ro"
|
||||
site_name: 'auth-test.sunet.se'
|
||||
frontends:
|
||||
'lb-tug-test-1.sunet.se':
|
||||
|
@ -54,7 +54,7 @@ sunet_frontend:
|
|||
default:
|
||||
'auth-test-1.sunet.se':
|
||||
ips: ['89.47.185.11']
|
||||
server_args: 'ssl alpn h2 crt /etc/ssl/private/infra_haproxy.crt verify required ca-file /etc/ssl/certs/infra.crt check check-alpn http/1.1'
|
||||
server_args: 'ssl alpn h2 crt /opt/frontend/config/ssl/infra_haproxy.crt verify required ca-file /etc/ssl/certs/infra.crt check check-alpn http/1.1'
|
||||
allow_ports:
|
||||
- 443
|
||||
- 80
|
||||
|
|
Loading…
Add table
Reference in a new issue