Skip to content

Commit

Permalink
only accept suigned client certs in x509 idp
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Oct 27, 2023
1 parent 45e3fc1 commit 5e972eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/surfstar-idp/templates/nginx.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ server {
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";

include security_headers;
ssl_verify_client optional_no_ca;
ssl_client_certificate /etc/ssl/certs/ca-certificates.crt;
ssl_verify_client on;
ssl_verify_depth 5;

location ^~ /saml {
Expand Down

0 comments on commit 5e972eb

Please sign in to comment.