When installing beta1, I encountered a bug where the CA install would
fail. This may have already been fixed in dogtag or elsewhere, but if
not, this patch WorksForMe. I have no idea if it is the "right" fix.

Nathaniel
>From 087a7c7b45c691a31c9ccbcdbf9b77967551015c Mon Sep 17 00:00:00 2001
From: Nathaniel McCallum <npmccal...@redhat.com>
Date: Tue, 30 Apr 2013 16:48:15 -0400
Subject: [PATCH 7/7] Fix incorrect path breaking CA install

---
 ipaserver/install/cainstance.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaserver/install/cainstance.py b/ipaserver/install/cainstance.py
index 2bb6cb4..76236cb 100644
--- a/ipaserver/install/cainstance.py
+++ b/ipaserver/install/cainstance.py
@@ -742,7 +742,7 @@ class CAInstance(service.Service):
             sys.exit(0)
         else:
             if not self.clone:
-                shutil.move("/root/.pki/pki-tomcat/ca_admin_cert.p12", \
+                shutil.move("/root/.dogtag/pki-tomcat/ca_admin_cert.p12", \
                             "/root/ca-agent.p12")
             shutil.move("/var/lib/pki/pki-tomcat/alias/ca_backup_keys.p12", \
                         "/root/cacert.p12")
-- 
1.8.2.1

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to