ca_bundle

This commit is contained in:
2026-05-11 11:00:03 +12:00
parent 9130629b58
commit 94712fc7fd
4 changed files with 33 additions and 1 deletions
+3
View File
@@ -2,3 +2,6 @@ SESSION_SECRET_KEY="replace-with-a-random-secret"
AZURE_TENANT_ID="<your-tenant-id>"
AZURE_CLIENT_ID="<your-client-id>"
AZURE_CLIENT_SECRET="<your-client-secret>"
AZURE_OAUTH_VERIFY_SSL="true"
# Optional: path to your corporate root CA bundle (preferred over disabling SSL)
# AZURE_OAUTH_CA_BUNDLE="/etc/ssl/certs/corporate-root-ca.pem"