Skip to content

Commit

Permalink
Remove certificates from base image
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Dec 1, 2022
1 parent e9f04ec commit e295c3b
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 190 deletions.
1 change: 0 additions & 1 deletion docker/ssp-debug-sp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ RUN git reset --hard adf1eb8
COPY conf/config.php /app/config/config.php
COPY conf/authsources.php /app/config/authsources.php
COPY conf/accountgen.inc /app/config/accountgen.inc
COPY certificates/* /app/cert/
COPY conf/saml20-idp-hosted.php /app/metadata/saml20-idp-hosted.php
COPY conf/saml20-idp-remote.php /app/metadata/saml20-idp-remote.php
COPY conf/saml20-sp-remote.php /app/metadata/saml20-sp-remote.php
Expand Down
24 changes: 0 additions & 24 deletions docker/ssp-debug-sp/certificates/idp.crt

This file was deleted.

39 changes: 0 additions & 39 deletions docker/ssp-debug-sp/certificates/idp.key

This file was deleted.

23 changes: 0 additions & 23 deletions docker/ssp-debug-sp/certificates/sp.crt

This file was deleted.

39 changes: 0 additions & 39 deletions docker/ssp-debug-sp/certificates/sp.key

This file was deleted.

23 changes: 0 additions & 23 deletions docker/ssp-debug-sp/certificates/ssp.crt

This file was deleted.

39 changes: 0 additions & 39 deletions docker/ssp-debug-sp/certificates/ssp.key

This file was deleted.

4 changes: 2 additions & 2 deletions docker/ssp-debug-sp/conf/saml20-idp-remote.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
'encryption' => false,
'signing' => true,
'type' => 'X509Certificate',
'X509Certificate' => '{{ gateway_saml_idp_publickey | depem }}',
'X509Certificate' => 'idp.crt',
),
),
);
Expand Down Expand Up @@ -109,7 +109,7 @@
'encryption' => false,
'signing' => true,
'type' => 'X509Certificate',
'X509Certificate' => '{{ gateway_saml_idp_publickey | depem }}',
'X509Certificate' => 'idp.crt',
),
),
);
Expand Down

0 comments on commit e295c3b

Please sign in to comment.