summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-ca-install
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-08-01 15:16:24 -0400
committerRob Crittenden <rcritten@redhat.com>2011-08-03 20:38:07 -0400
commit8495af1a50faca496fe2ce425b9b3a7f21ba1ea6 (patch)
treee83ca5078296304004180e54c0845e3b7ff1e637 /install/tools/ipa-ca-install
parenteb0454d45c68d455fff29816caf73b23eeb04dcd (diff)
downloadfreeipa-8495af1a50faca496fe2ce425b9b3a7f21ba1ea6.tar.gz
freeipa-8495af1a50faca496fe2ce425b9b3a7f21ba1ea6.tar.xz
freeipa-8495af1a50faca496fe2ce425b9b3a7f21ba1ea6.zip
Re-arrange CA configuration code to reduce the number of restarts.
Ade Lee from the dogtag team looked at the configuration code and determined that a number of restarts were not needed and recommended re-arranging other code to reduce the number of restarts to one. https://fedorahosted.org/freeipa/ticket/1555
Diffstat (limited to 'install/tools/ipa-ca-install')
-rwxr-xr-xinstall/tools/ipa-ca-install3
1 files changed, 0 insertions, 3 deletions
diff --git a/install/tools/ipa-ca-install b/install/tools/ipa-ca-install
index e6adae057..7bbba4b14 100755
--- a/install/tools/ipa-ca-install
+++ b/install/tools/ipa-ca-install
@@ -144,9 +144,6 @@ def main():
cs.add_simple_service('dogtagldap/%s@%s' % (config.host_name, config.realm_name))
cs.add_cert_to_service()
- service.print_msg("Setting the certificate subject base")
- CA.set_subject_in_config(util.realm_to_suffix(config.realm_name))
-
try:
if not os.geteuid()==0:
sys.exit("\nYou must be root to run this script.\n")