From 252e9b61eba65743b834f799f4f2321f66b12676 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 11 May 2009 16:37:09 -0400 Subject: Fix a comment and some typos --- ipapython/certdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython/certdb.py') 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, -- cgit