Skip to content

Commit c641af3

Browse files
committed
fir doker-compose and readme files
1 parent 876e016 commit c641af3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ You can override the configuration of the proxy by settings one or more of the f
173173
|**$SATOSA_ENCRYPTION_KEY**|encription key for state|"CHANGE_ME!"|
174174
|**$SATOSA_SALT**|encription salt|"CHANGE_ME!"|
175175
|**$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||
178178
|**$MONGODB_USERNAME**|MongoDB username for oidc_op frontend, default from .env file in compose-Satosa-Saml2Spid||
179179
|**$MONGODB_PASSWORD**|MongoDB password for oidc_op frontend, default from .env file in compose-Satosa-Saml2Spid||
180180
|**$SATOSA_UNKNOW_ERROR_REDIRECT_PAGE**|redirect page for unknow erros|"https://$HOSTNAME/static/error_page.html"|

compose-Satosa-Saml2Spid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ In the [project readme](../README.md#configuration-by-environments) is present a
158158
# - SATOSA_ORGANIZATION_NAME_IT=Resource provided by Example Organization
159159
# - SATOSA_ORGANIZATION_URL_EN=https://example_organization.org
160160
# - SATOSA_ORGANIZATION_URL_IT=https://example_organization.org
161-
# - SATOSA_PRIVATE_KEYS=
161+
# - SATOSA_PRIVATE_KEY=
162162
# - SATOSA_PUBLIC_KEY=
163163
# - SATOSA_SALT=
164164
# - SATOSA_STATE_ENCRYPTION_KEY

compose-Satosa-Saml2Spid/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
# - SATOSA_ORGANIZATION_NAME_IT=Resource provided by Example Organization
5353
# - SATOSA_ORGANIZATION_URL_EN=https://example_organization.org
5454
# - SATOSA_ORGANIZATION_URL_IT=https://example_organization.org
55-
# - SATOSA_PRIVATE_KEYS=
55+
# - SATOSA_PRIVATE_KEY=
5656
# - SATOSA_PUBLIC_KEY=
5757
# - SATOSA_SALT=
5858
# - SATOSA_STATE_ENCRYPTION_KEY

0 commit comments

Comments
 (0)