aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cert_bootstrap/certs/trust/ServerLDS_cert.der
Commit message (Collapse)AuthorAgeFilesLines
* Add TOFU certificate bootstrap integration testThomas Vanbesien46 hours1-0/+0
Make download-cert always use an unsecure client so it can connect to a server's None discovery endpoint without the server certificate in the trust store. Add a cert_bootstrap test that verifies the full Trust On First Use workflow: find-servers succeeds, get-endpoints fails (untrusted cert), download-cert retrieves the certificate via None, then get-endpoints and read-time both succeed.