File tree Expand file tree Collapse file tree 8 files changed +2
-190
lines changed
Expand file tree Collapse file tree 8 files changed +2
-190
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ RUN git reset --hard adf1eb8
1616COPY conf/config.php /app/config/config.php
1717COPY conf/authsources.php /app/config/authsources.php
1818COPY conf/accountgen.inc /app/config/accountgen.inc
19- COPY certificates/* /app/cert/
2019COPY conf/saml20-idp-hosted.php /app/metadata/saml20-idp-hosted.php
2120COPY conf/saml20-idp-remote.php /app/metadata/saml20-idp-remote.php
2221COPY conf/saml20-sp-remote.php /app/metadata/saml20-sp-remote.php
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6969 'encryption ' => false ,
7070 'signing ' => true ,
7171 'type ' => 'X509Certificate ' ,
72- 'X509Certificate ' => ' {{ gateway_saml_idp_publickey | depem }} ' ,
72+ 'X509Certificate ' => depem ( file_get_contents ( ' /app/cert/idp.crt ' )) ,
7373 ),
7474 ),
7575);
109109 'encryption ' => false ,
110110 'signing ' => true ,
111111 'type ' => 'X509Certificate ' ,
112- 'X509Certificate ' => ' {{ gateway_saml_idp_publickey | depem }} ' ,
112+ 'X509Certificate ' => depem ( file_get_contents ( ' /app/cert/idp.crt ' )) ,
113113 ),
114114 ),
115115);
You can’t perform that action at this time.
0 commit comments