summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/certs.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/install/certs.py')
-rw-r--r--ipaserver/install/certs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/certs.py b/ipaserver/install/certs.py
index 209ed3e1c..da89370af 100644
--- a/ipaserver/install/certs.py
+++ b/ipaserver/install/certs.py
@@ -602,7 +602,7 @@ class CertDB(object):
dogtag.https_request(self.host_name, api.env.ca_ee_port, "/ca/ee/ca/profileSubmitSSLClient", self.secdir, password, "ipaCert", **params)
if http_status != 200:
- raise CertificateOperationError(error=_('Unable to communicate with CMS (%s)') % \
+ raise CertificateOperationError(error='Unable to communicate with CMS (%s)' % \
http_reason_phrase)
# The result is an XML blob. Pull the certificate out of that