File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,7 @@ x-takserver_env: &takserver_env
122
122
TAKSERVER_KEYSTORE_PASS : *takserver_cert_pass
123
123
CA_PASS : &tak_ca_pass ${TAK_CA_PASS:-takcacertpw} # pragma: allowlist secret
124
124
KEYSTORE_PASS : *tak_ca_pass
125
- TAK_OCSP_UPSTREAM : &ocsphost "ocsp"
126
- TAK_OCSP_PORT : *oscpport
125
+ TAK_OCSP_ENABLE : " true"
127
126
WEBTAK_ENABLE : " true"
128
127
129
128
@@ -502,7 +501,7 @@ services:
502
501
NGINX_UI_UPSTREAM : " rmui"
503
502
NGINX_UI_UPSTREAM_PORT : ${NGINX_UI_UPSTREAM_PORT:-8002}
504
503
NGINX_CERT_NAME : " rasenmaeher"
505
- NGINX_OCSP_UPSTREAM : *ocsphost
504
+ NGINX_OCSP_UPSTREAM : " ocsp "
506
505
DNS_RESOLVER_IP : *dnsresolver
507
506
NGINX_TEMPLATE_DIR : " templates_rasenmaeher"
508
507
networks :
@@ -941,7 +940,7 @@ services:
941
940
NGINX_CERT_NAME : " rasenmaeher"
942
941
NGINX_TEMPLATE_DIR : " templates_consolidated"
943
942
CFSSL_OCSP_BIND_PORT : *oscpport
944
- NGINX_OCSP_UPSTREAM : *ocsphost
943
+ NGINX_OCSP_UPSTREAM : " ocsp "
945
944
DNS_RESOLVER_IP : *dnsresolver
946
945
networks :
947
946
- productnet
Original file line number Diff line number Diff line change @@ -122,8 +122,7 @@ x-takserver_env: &takserver_env
122
122
TAKSERVER_KEYSTORE_PASS : *takserver_cert_pass
123
123
CA_PASS : &tak_ca_pass ${TAK_CA_PASS:?must be defined} # pragma: allowlist secret
124
124
KEYSTORE_PASS : *tak_ca_pass
125
- TAK_OCSP_UPSTREAM : &ocsphost "ocsp"
126
- TAK_OCSP_PORT : *oscpport
125
+ TAK_OCSP_ENABLE : " true"
127
126
128
127
129
128
@@ -474,7 +473,7 @@ services:
474
473
NGINX_CERT_NAME : " rasenmaeher"
475
474
NGINX_UI_UPSTREAM : " rmui"
476
475
NGINX_UI_UPSTREAM_PORT : ${NGINX_UI_UPSTREAM_PORT:-8002}
477
- NGINX_OCSP_UPSTREAM : *ocsphost
476
+ NGINX_OCSP_UPSTREAM : " ocsp "
478
477
DNS_RESOLVER_IP : *dnsresolver
479
478
NGINX_TEMPLATE_DIR : " templates_rasenmaeher"
480
479
networks :
@@ -861,7 +860,7 @@ services:
861
860
NGINX_CERT_NAME : " rasenmaeher"
862
861
NGINX_TEMPLATE_DIR : " templates_consolidated"
863
862
CFSSL_OCSP_BIND_PORT : *oscpport
864
- NGINX_OCSP_UPSTREAM : *ocsphost
863
+ NGINX_OCSP_UPSTREAM : " ocsp "
865
864
DNS_RESOLVER_IP : *dnsresolver
866
865
networks :
867
866
- productnet
You can’t perform that action at this time.
0 commit comments