File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ You can override the configuration of the proxy by settings one or more of the f
173
173
| ** $SATOSA_ENCRYPTION_KEY** | encription key for state| "CHANGE_ME!"|
174
174
| ** $SATOSA_SALT** | encription salt| "CHANGE_ME!"|
175
175
| ** $SATOSA_DISCO_SRV** | Descovery page URL for all backends| "https://$HOSTNAME/static/disco.html"|
176
- | ** $SATOSA_PRIVATE_KEYS ** | private key for SAML2 / SPID backends||
177
- | ** $SATOSA_PUBLIC_KEYS ** | public key for SAML2 / SPID backends||
176
+ | ** $SATOSA_PRIVATE_KEY ** | private key for SAML2 / SPID backends||
177
+ | ** $SATOSA_PUBLIC_KEY ** | public key for SAML2 / SPID backends||
178
178
| ** $MONGODB_USERNAME** | MongoDB username for oidc_op frontend, default from .env file in compose-Satosa-Saml2Spid||
179
179
| ** $MONGODB_PASSWORD** | MongoDB password for oidc_op frontend, default from .env file in compose-Satosa-Saml2Spid||
180
180
| ** $SATOSA_UNKNOW_ERROR_REDIRECT_PAGE** | redirect page for unknow erros| "https://$HOSTNAME/static/error_page.html"|
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ In the [project readme](../README.md#configuration-by-environments) is present a
158
158
# - SATOSA_ORGANIZATION_NAME_IT=Resource provided by Example Organization
159
159
# - SATOSA_ORGANIZATION_URL_EN=https://example_organization.org
160
160
# - SATOSA_ORGANIZATION_URL_IT=https://example_organization.org
161
- # - SATOSA_PRIVATE_KEYS =
161
+ # - SATOSA_PRIVATE_KEY =
162
162
# - SATOSA_PUBLIC_KEY=
163
163
# - SATOSA_SALT=
164
164
# - SATOSA_STATE_ENCRYPTION_KEY
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ services:
52
52
# - SATOSA_ORGANIZATION_NAME_IT=Resource provided by Example Organization
53
53
# - SATOSA_ORGANIZATION_URL_EN=https://example_organization.org
54
54
# - SATOSA_ORGANIZATION_URL_IT=https://example_organization.org
55
- # - SATOSA_PRIVATE_KEYS =
55
+ # - SATOSA_PRIVATE_KEY =
56
56
# - SATOSA_PUBLIC_KEY=
57
57
# - SATOSA_SALT=
58
58
# - SATOSA_STATE_ENCRYPTION_KEY
You can’t perform that action at this time.
0 commit comments