mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-25 00:16:41 +02:00
11 lines
355 B
YAML
11 lines
355 B
YAML
# TLS-Konfiguration fuer HTTPS (Self-Signed fuer Dev/Alpha)
|
|
# Benötigt fuer Microsoft Entra ID SSO Callback (Azure erfordert HTTPS Redirect URIs)
|
|
tls:
|
|
stores:
|
|
default:
|
|
defaultCertificate:
|
|
certFile: /certs/server.crt
|
|
keyFile: /certs/server.key
|
|
certificates:
|
|
- certFile: /certs/server.crt
|
|
keyFile: /certs/server.key
|