summaryrefslogtreecommitdiffstats
path: root/make-testcert
Commit message (Collapse)AuthorAgeFilesLines
* Require an imported certificate's issuer to match our issuer.Rob Crittenden2011-06-161-0/+135
The goal is to not import foreign certificates. This caused a bunch of tests to fail because we had a hardcoded server certificate. Instead a developer will need to run make-testcert to create a server certificate generated by the local CA to test against. ticket 1134