summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/ipa-server-install
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-02-05 12:23:53 -0500
committerRob Crittenden <rcritten@redhat.com>2008-02-05 12:23:53 -0500
commit5a96618f5d31b21b983076ccc4c480561a7ccb2a (patch)
treeecc32810d350b0d871cb18c4eb07f989b4b5b879 /ipa-server/ipa-install/ipa-server-install
parent25057816a560064298357d29228c5a4e01466b7c (diff)
downloadfreeipa-5a96618f5d31b21b983076ccc4c480561a7ccb2a.tar.gz
freeipa-5a96618f5d31b21b983076ccc4c480561a7ccb2a.tar.xz
freeipa-5a96618f5d31b21b983076ccc4c480561a7ccb2a.zip
Use file to store the current CA serial number
No longer create a PKCS#12 file that contains the CA No longer send the entire CA to each replica, generate the SSL certs on master Fix number of bugs in ipa-replica-install and prepare Produce status output during replica creation
Diffstat (limited to 'ipa-server/ipa-install/ipa-server-install')
-rw-r--r--ipa-server/ipa-install/ipa-server-install5
1 files changed, 3 insertions, 2 deletions
diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install
index a7405f69..4f5354fa 100644
--- a/ipa-server/ipa-install/ipa-server-install
+++ b/ipa-server/ipa-install/ipa-server-install
@@ -496,7 +496,7 @@ def main():
print "\t\t * 88, 464: kerberos"
print "\t\t * 123: ntp"
print ""
- print "\t2. You can now obtain a kerberos ticket using the command: 'kinit admin'."
+ print "\t2. You can now obtain a kerberos ticket using the command: 'kinit admin'"
print "\t This ticket will allow you to use the IPA tools (e.g., ipa-adduser)"
print "\t and the web user interface."
@@ -504,7 +504,8 @@ def main():
print "\t3. Kerberos requires time synchronization between clients"
print "\t and servers for correct operation. You should consider enabling ntpd."
-
+ print ""
+ print "Be sure to back up the CA certificate stored in " + ipaserver.dsinstance.config_dirname(ds.serverid) + "cacert.p12"
return 0