summaryrefslogtreecommitdiffstats
path: root/ipapython/certdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/certdb.py')
-rw-r--r--ipapython/certdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/certdb.py b/ipapython/certdb.py
index f88fcd465..891b6c061 100644
--- a/ipapython/certdb.py
+++ b/ipapython/certdb.py
@@ -120,7 +120,7 @@ class CertDB(object):
else:
trust_flag="u,u,u"
- # Generate a CSR
+ # Import a certificate from an ASCII file
args = ["-A",
"-n", nickname,
"-t", trust_flag,