From 3703062ab25a7817581eefa2f89214e8a6244bee Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 28 Sep 2010 23:10:25 -0400 Subject: Use consistent, specific nickname for the IPA CA certificate. Also fix some imports for sha. We have a compat module for it, use it. ticket 181 --- ipaserver/install/dsinstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaserver/install/dsinstance.py') diff --git a/ipaserver/install/dsinstance.py b/ipaserver/install/dsinstance.py index c72220c8..7dbfdaab 100644 --- a/ipaserver/install/dsinstance.py +++ b/ipaserver/install/dsinstance.py @@ -522,7 +522,7 @@ class DsInstance(service.Service): first have to shut down the directory server in case it has opened the cert db read-only. Then we use the CertDB class to add the CA cert. We have to provide a nickname, and we - do not use 'CA certificate' since that's the default, so + do not use 'IPA CA' since that's the default, so we use 'Imported CA' if none specified. Then we restart the server.""" # first make sure we have a valid cacert_fname -- cgit