Skip to content

Commit

Permalink
Unit tests: use ".invalid" domain name for OCSP responder
Browse files Browse the repository at this point in the history
to make DNS lookup fail faster.

Reviewed-by: Sumit Bose <[email protected]>
  • Loading branch information
alexey-tikhonov committed Aug 22, 2024
1 parent 5339573 commit b26b32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_CA/SSSD_test_cert_0005.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ subjectKeyIdentifier = hash
keyUsage = critical, nonRepudiation, digitalSignature, keyEncipherment
extendedKeyUsage = clientAuth
subjectAltName = email:[email protected],URI:https://github.com/SSSD/sssd//
authorityInfoAccess = OCSP;URI:http://ocsp.my.server.test/
authorityInfoAccess = OCSP;URI:http://ocsp.my.server.invalid/

0 comments on commit b26b32d

Please sign in to comment.