summaryrefslogtreecommitdiff
path: root/tests/analysis/db/certs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/analysis/db/certs.py')
-rw-r--r--tests/analysis/db/certs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/analysis/db/certs.py b/tests/analysis/db/certs.py
index ead768e..dcf7d71 100644
--- a/tests/analysis/db/certs.py
+++ b/tests/analysis/db/certs.py
@@ -58,7 +58,7 @@ class TestRestrictedContent(ChrysalideTestCase):
}
- ret = certs.make_ca(self._tmppath, 'ca', 3650 * 24 * 60 * 60, identity)
+ ret = certs.build_keys_and_ca(self._tmppath, 'ca', 3650 * 24 * 60 * 60, identity)
self.assertTrue(ret)
cmd = 'openssl x509 -in %s/ca-cert.pem -subject -noout' % self._tmppath
@@ -85,7 +85,7 @@ class TestRestrictedContent(ChrysalideTestCase):
}
- ret = certs.make_request(self._tmppath, 'server', identity);
+ ret = certs.build_keys_and_request(self._tmppath, 'server', identity);
self.assertTrue(ret)