ensure that the generated CRL is in DER format
[stack/cam.git] / cam / tests / test_ca.py
index c443fe4..35c61a3 100644 (file)
@@ -54,4 +54,4 @@ class CATest(unittest.TestCase):
         cert = CertStub('test', 'www.test.com', self.tmpdir)
         self.ca.generate(cert)
         self.ca.revoke(cert)
-        self.assertTrue(os.path.exists(os.path.join(self.tmpdir, 'public/crl.pem')))
+        self.assertTrue(os.path.exists(os.path.join(self.tmpdir, 'public/ca.crl')))