3 # The certs noCA.cer and noBC.cer must be in your trusted KDC keychain or otherwise
4 # be trusted somehow. You can add them using the pkinitTool (tech/dmitch/Misc/pkinitTool/)
7 # % pkinitTool t noCA.cer
8 # ...KDC cert trust assignment successful
9 # % pkinitTool t noBC.cer
10 # ...KDC cert trust assignment successful
13 certNetFetchEnable = false
14 useSystemAnchors = true
15 allowUnverified = true
18 test = "Client, root cert, expect fail"
21 error = CSSMERR_TP_INVALID_ANCHOR_CERT
24 test = "Server, CA, expect fail"
27 error = CSSMERR_TP_INVALID_ANCHOR_CERT
30 test = "Server, !CA, success"
35 test = "Server, !BC, success"