From 484eff1016ab00cc7c3c3dc4be3fb0fd7179a994 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 1 Apr 2009 22:39:44 -0400 Subject: Implement an installer for the Dogtag certificate system. The CA is currently not automatically installed. You have to pass in the --ca flag to install it. What works: - installation - unistallation - cert/ra plugins can issue and retrieve server certs What doesn't work: - self-signed CA is still created and issues Apache and DS certs - dogtag and python-nss not in rpm requires - requires that CS be in the "pre" install state from pkicreate --- ipalib/cli.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/cli.py') diff --git a/ipalib/cli.py b/ipalib/cli.py index 4e04b531c..11b56e36f 100644 --- a/ipalib/cli.py +++ b/ipalib/cli.py @@ -37,6 +37,7 @@ import backend import plugable import util from errors2 import PublicError, CommandError, HelpError, InternalError +import errors from constants import CLI_TAB from parameters import Password, Bytes from request import ugettext as _ -- cgit