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 --- ipaserver/install/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'ipaserver/install/Makefile.am') diff --git a/ipaserver/install/Makefile.am b/ipaserver/install/Makefile.am index 999dcf248..964837cb9 100644 --- a/ipaserver/install/Makefile.am +++ b/ipaserver/install/Makefile.am @@ -4,6 +4,7 @@ appdir = $(pythondir)/ipaserver app_PYTHON = \ __init__.py \ bindinstance.py \ + cainstance.py \ dsinstance.py \ ipaldap.py \ krbinstance.py \ -- cgit