2013-11-27 07:53:57 -06:00
|
|
|
#! /usr/bin/python2 -E
|
2011-06-17 15:47:39 -05:00
|
|
|
# Authors: Rob Crittenden <rcritten@redhat.com>
|
|
|
|
#
|
|
|
|
# Copyright (C) 2011 Red Hat
|
|
|
|
# see file 'COPYING' for use and warranty information
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
#
|
|
|
|
|
|
|
|
import sys
|
|
|
|
import socket
|
|
|
|
|
2012-05-31 07:34:09 -05:00
|
|
|
import os, shutil
|
2014-06-16 03:41:57 -05:00
|
|
|
from ConfigParser import RawConfigParser
|
2011-06-17 15:47:39 -05:00
|
|
|
|
|
|
|
from ipapython import ipautil
|
|
|
|
|
|
|
|
from ipaserver.install import installutils, service
|
|
|
|
from ipaserver.install import certs
|
2013-06-03 05:06:06 -05:00
|
|
|
from ipaserver.install.installutils import (HostnameLocalhost, ReplicaConfig,
|
|
|
|
expand_replica_info, read_replica_info, get_host_name, BadHostError,
|
2014-06-16 03:41:57 -05:00
|
|
|
private_ccache, read_replica_info_dogtag_port, validate_external_cert)
|
2012-11-19 09:32:28 -06:00
|
|
|
from ipaserver.install import dsinstance, cainstance, bindinstance
|
2011-06-17 15:47:39 -05:00
|
|
|
from ipaserver.install.replication import replica_conn_check
|
|
|
|
from ipapython import version
|
2014-06-16 03:41:57 -05:00
|
|
|
from ipalib import api, util, certstore, x509
|
|
|
|
from ipalib.constants import CACERT
|
2012-11-19 09:32:28 -06:00
|
|
|
from ipapython.dn import DN
|
2011-06-17 15:47:39 -05:00
|
|
|
from ipapython.config import IPAOptionParser
|
|
|
|
from ipapython import sysrestore
|
2012-08-23 11:38:45 -05:00
|
|
|
from ipapython import dogtag
|
2014-06-16 03:41:57 -05:00
|
|
|
from ipapython import certdb
|
2011-11-15 13:39:31 -06:00
|
|
|
from ipapython.ipa_log_manager import *
|
2014-05-29 03:37:18 -05:00
|
|
|
from ipaplatform import services
|
2014-06-17 04:45:43 -05:00
|
|
|
from ipaplatform.paths import paths
|
2011-06-17 15:47:39 -05:00
|
|
|
|
2014-06-17 04:45:43 -05:00
|
|
|
log_file_name = paths.IPAREPLICA_CA_INSTALL_LOG
|
2012-05-31 07:34:09 -05:00
|
|
|
REPLICA_INFO_TOP_DIR = None
|
2011-06-17 15:47:39 -05:00
|
|
|
|
|
|
|
def parse_options():
|
|
|
|
usage = "%prog [options] REPLICA_FILE"
|
|
|
|
parser = IPAOptionParser(usage=usage, version=version.VERSION)
|
|
|
|
parser.add_option("-d", "--debug", dest="debug", action="store_true",
|
|
|
|
default=False, help="gather extra debugging information")
|
|
|
|
parser.add_option("-p", "--password", dest="password", sensitive=True,
|
|
|
|
help="Directory Manager (existing master) password")
|
|
|
|
parser.add_option("-w", "--admin-password", dest="admin_password", sensitive=True,
|
|
|
|
help="Admin user Kerberos password used for connection check")
|
|
|
|
parser.add_option("--no-host-dns", dest="no_host_dns", action="store_true",
|
|
|
|
default=False,
|
|
|
|
help="Do not use DNS for hostname lookup during installation")
|
|
|
|
parser.add_option("--skip-conncheck", dest="skip_conncheck", action="store_true",
|
|
|
|
default=False, help="skip connection check to remote master")
|
Fix schema replication from old masters
The new merged database will replicate with both the IPA and CA trees, so all
DS instances (IPA and CA on the existing master, and the merged one on the
replica) need to have the same schema.
Dogtag does all its schema modifications online. Those are replicated normally.
The basic IPA schema, however, is delivered in ldif files, which are not
replicated. The files are not present on old CA DS instances. Any schema
update that references objects in these files will fail.
The whole 99user.ldif (i.e. changes introduced dynamically over LDAP) is
replicated as a blob. If we updated the old master's CA schema dynamically
during replica install, it would conflict with updates done during the
installation: the one with the lower CSN would get lost.
Dogtag's spawn script recently grew a new flag, 'pki_clone_replicate_schema'.
Turning it off tells Dogtag to create its schema in the clone, where the IPA
modifications are taking place, so that it is not overwritten by the IPA schema
on replication.
The patch solves the problems by:
- In __spawn_instance, turning off the pki_clone_replicate_schema flag.
- Providing a script to copy the IPA schema files to the CA DS instance.
The script needs to be copied to old masters and run there.
- At replica CA install, checking if the schema is updated, and failing if not.
The --skip-schema-check option is added to ipa-{replica,ca}-install to
override the check.
All pre-3.1 CA servers in a domain will have to have the script run on them to
avoid schema replication errors.
https://fedorahosted.org/freeipa/ticket/3213
2012-10-24 03:37:16 -05:00
|
|
|
parser.add_option("--skip-schema-check", dest="skip_schema_check", action="store_true",
|
|
|
|
default=False, help="skip check for updated CA DS schema on the remote master")
|
2011-06-17 15:47:39 -05:00
|
|
|
parser.add_option("-U", "--unattended", dest="unattended", action="store_true",
|
|
|
|
default=False, help="unattended installation never prompts the user")
|
2014-06-16 03:41:57 -05:00
|
|
|
parser.add_option("--external-ca", dest="external_ca", action="store_true",
|
|
|
|
default=False, help="Generate a CSR to be signed by an external CA")
|
|
|
|
parser.add_option("--external_cert_file", dest="external_cert_file",
|
|
|
|
help="PEM file containing a certificate signed by the external CA")
|
|
|
|
parser.add_option("--external_ca_file", dest="external_ca_file",
|
|
|
|
help="PEM file containing the external CA chain")
|
2011-06-17 15:47:39 -05:00
|
|
|
|
|
|
|
options, args = parser.parse_args()
|
|
|
|
safe_options = parser.get_safe_opts(options)
|
|
|
|
|
2014-06-16 03:41:57 -05:00
|
|
|
if args:
|
|
|
|
filename = args[0]
|
2011-06-17 15:47:39 -05:00
|
|
|
|
2014-06-16 03:41:57 -05:00
|
|
|
if len(args) != 1:
|
|
|
|
parser.error("you must provide a file generated by "
|
|
|
|
"ipa-replica-prepare")
|
|
|
|
else:
|
|
|
|
filename = None
|
|
|
|
|
|
|
|
if options.external_ca:
|
|
|
|
if options.external_cert_file:
|
|
|
|
parser.error("You cannot specify --external_cert_file "
|
|
|
|
"together with --external-ca")
|
|
|
|
if options.external_ca_file:
|
|
|
|
parser.error("You cannot specify --external_ca_file together "
|
|
|
|
"with --external-ca")
|
|
|
|
|
|
|
|
return safe_options, options, filename
|
2011-06-17 15:47:39 -05:00
|
|
|
|
|
|
|
def get_dirman_password():
|
|
|
|
return installutils.read_password("Directory Manager (existing master)", confirm=False, validate=False)
|
|
|
|
|
2012-11-19 09:32:28 -06:00
|
|
|
def install_dns_records(config, options):
|
|
|
|
|
|
|
|
if not bindinstance.dns_container_exists(config.master_host_name,
|
|
|
|
ipautil.realm_to_suffix(config.realm_name),
|
|
|
|
dm_password=config.dirman_password):
|
|
|
|
return
|
|
|
|
|
|
|
|
bind = bindinstance.BindInstance(dm_password=config.dirman_password)
|
2014-06-16 03:41:57 -05:00
|
|
|
disconnect = False
|
2012-11-19 09:32:28 -06:00
|
|
|
try:
|
2014-06-16 03:41:57 -05:00
|
|
|
if not api.Backend.ldap2.isconnected():
|
|
|
|
api.Backend.ldap2.connect(bind_dn=DN(('cn', 'Directory Manager')),
|
|
|
|
bind_pw=config.dirman_password)
|
|
|
|
disconnect = True
|
2013-04-15 05:19:11 -05:00
|
|
|
bind.add_ipa_ca_dns_records(config.host_name, config.domain_name)
|
2012-11-19 09:32:28 -06:00
|
|
|
finally:
|
2014-06-16 03:41:57 -05:00
|
|
|
if api.Backend.ldap2.isconnected() and disconnect:
|
2012-11-19 09:32:28 -06:00
|
|
|
api.Backend.ldap2.disconnect()
|
|
|
|
|
2014-06-16 03:41:57 -05:00
|
|
|
def install_replica(safe_options, options, filename):
|
2012-05-31 07:34:09 -05:00
|
|
|
standard_logging_setup(log_file_name, debug=options.debug)
|
|
|
|
|
2011-11-15 13:39:31 -06:00
|
|
|
root_logger.debug('%s was invoked with argument "%s" and options: %s' % (sys.argv[0], filename, safe_options))
|
2014-03-19 07:54:20 -05:00
|
|
|
root_logger.debug('IPA version %s' % version.VENDOR_VERSION)
|
2011-06-17 15:47:39 -05:00
|
|
|
|
|
|
|
if not ipautil.file_exists(filename):
|
|
|
|
sys.exit("Replica file %s does not exist" % filename)
|
|
|
|
|
|
|
|
global sstore
|
2014-06-17 04:45:43 -05:00
|
|
|
sstore = sysrestore.StateFile(paths.SYSRESTORE)
|
2011-06-17 15:47:39 -05:00
|
|
|
|
|
|
|
if not dsinstance.DsInstance().is_configured():
|
|
|
|
sys.exit("IPA server is not configured on this system.\n")
|
|
|
|
|
2011-09-27 10:44:20 -05:00
|
|
|
api.bootstrap(in_server=True)
|
|
|
|
api.finalize()
|
|
|
|
|
2013-03-27 08:25:18 -05:00
|
|
|
if api.env.ra_plugin == 'selfsign':
|
2011-09-27 10:44:20 -05:00
|
|
|
sys.exit('A selfsign CA can not be added')
|
|
|
|
|
2011-06-17 15:47:39 -05:00
|
|
|
# get the directory manager password
|
|
|
|
dirman_password = options.password
|
|
|
|
if not dirman_password:
|
|
|
|
if options.unattended:
|
|
|
|
sys.exit('Directory Manager password required')
|
|
|
|
try:
|
|
|
|
dirman_password = get_dirman_password()
|
|
|
|
except KeyboardInterrupt:
|
|
|
|
sys.exit(0)
|
2011-10-06 01:22:08 -05:00
|
|
|
if dirman_password is None:
|
2013-07-09 05:29:21 -05:00
|
|
|
sys.exit("Directory Manager password required")
|
2011-06-17 15:47:39 -05:00
|
|
|
|
|
|
|
if not options.admin_password and not options.skip_conncheck and \
|
|
|
|
options.unattended:
|
|
|
|
sys.exit('admin password required')
|
|
|
|
|
|
|
|
try:
|
|
|
|
top_dir, dir = expand_replica_info(filename, dirman_password)
|
|
|
|
global REPLICA_INFO_TOP_DIR
|
|
|
|
REPLICA_INFO_TOP_DIR = top_dir
|
|
|
|
except Exception, e:
|
|
|
|
print "ERROR: Failed to decrypt or open the replica file."
|
|
|
|
print "Verify you entered the correct Directory Manager password."
|
|
|
|
sys.exit(1)
|
|
|
|
|
|
|
|
config = ReplicaConfig()
|
|
|
|
read_replica_info(dir, config)
|
|
|
|
config.dirman_password = dirman_password
|
|
|
|
try:
|
|
|
|
host = get_host_name(options.no_host_dns)
|
2011-10-06 04:26:03 -05:00
|
|
|
except BadHostError, e:
|
2011-11-15 13:39:31 -06:00
|
|
|
root_logger.error(str(e))
|
2011-06-17 15:47:39 -05:00
|
|
|
sys.exit(1)
|
|
|
|
if config.host_name != host:
|
|
|
|
try:
|
|
|
|
print "This replica was created for '%s' but this machine is named '%s'" % (config.host_name, host)
|
|
|
|
if not ipautil.user_input("This may cause problems. Continue?", True):
|
|
|
|
sys.exit(0)
|
|
|
|
config.host_name = host
|
|
|
|
print ""
|
|
|
|
except KeyboardInterrupt:
|
|
|
|
sys.exit(0)
|
|
|
|
config.dir = dir
|
|
|
|
config.setup_ca = True
|
2014-03-11 10:28:19 -05:00
|
|
|
config.ca_ds_port = read_replica_info_dogtag_port(config.dir)
|
2011-06-17 15:47:39 -05:00
|
|
|
|
2013-06-25 03:31:56 -05:00
|
|
|
if not ipautil.file_exists(config.dir + "/cacert.p12"):
|
2013-06-03 03:20:52 -05:00
|
|
|
print 'CA cannot be installed in CA-less setup.'
|
|
|
|
sys.exit(1)
|
|
|
|
|
2011-06-17 15:47:39 -05:00
|
|
|
if not options.skip_conncheck:
|
2012-09-19 22:35:42 -05:00
|
|
|
replica_conn_check(
|
|
|
|
config.master_host_name, config.host_name, config.realm_name, True,
|
2014-03-11 10:28:19 -05:00
|
|
|
config.ca_ds_port, options.admin_password)
|
2011-06-17 15:47:39 -05:00
|
|
|
|
Fix schema replication from old masters
The new merged database will replicate with both the IPA and CA trees, so all
DS instances (IPA and CA on the existing master, and the merged one on the
replica) need to have the same schema.
Dogtag does all its schema modifications online. Those are replicated normally.
The basic IPA schema, however, is delivered in ldif files, which are not
replicated. The files are not present on old CA DS instances. Any schema
update that references objects in these files will fail.
The whole 99user.ldif (i.e. changes introduced dynamically over LDAP) is
replicated as a blob. If we updated the old master's CA schema dynamically
during replica install, it would conflict with updates done during the
installation: the one with the lower CSN would get lost.
Dogtag's spawn script recently grew a new flag, 'pki_clone_replicate_schema'.
Turning it off tells Dogtag to create its schema in the clone, where the IPA
modifications are taking place, so that it is not overwritten by the IPA schema
on replication.
The patch solves the problems by:
- In __spawn_instance, turning off the pki_clone_replicate_schema flag.
- Providing a script to copy the IPA schema files to the CA DS instance.
The script needs to be copied to old masters and run there.
- At replica CA install, checking if the schema is updated, and failing if not.
The --skip-schema-check option is added to ipa-{replica,ca}-install to
override the check.
All pre-3.1 CA servers in a domain will have to have the script run on them to
avoid schema replication errors.
https://fedorahosted.org/freeipa/ticket/3213
2012-10-24 03:37:16 -05:00
|
|
|
if options.skip_schema_check:
|
|
|
|
root_logger.info("Skipping CA DS schema check")
|
|
|
|
else:
|
2014-03-11 10:28:19 -05:00
|
|
|
cainstance.replica_ca_install_check(config)
|
Fix schema replication from old masters
The new merged database will replicate with both the IPA and CA trees, so all
DS instances (IPA and CA on the existing master, and the merged one on the
replica) need to have the same schema.
Dogtag does all its schema modifications online. Those are replicated normally.
The basic IPA schema, however, is delivered in ldif files, which are not
replicated. The files are not present on old CA DS instances. Any schema
update that references objects in these files will fail.
The whole 99user.ldif (i.e. changes introduced dynamically over LDAP) is
replicated as a blob. If we updated the old master's CA schema dynamically
during replica install, it would conflict with updates done during the
installation: the one with the lower CSN would get lost.
Dogtag's spawn script recently grew a new flag, 'pki_clone_replicate_schema'.
Turning it off tells Dogtag to create its schema in the clone, where the IPA
modifications are taking place, so that it is not overwritten by the IPA schema
on replication.
The patch solves the problems by:
- In __spawn_instance, turning off the pki_clone_replicate_schema flag.
- Providing a script to copy the IPA schema files to the CA DS instance.
The script needs to be copied to old masters and run there.
- At replica CA install, checking if the schema is updated, and failing if not.
The --skip-schema-check option is added to ipa-{replica,ca}-install to
override the check.
All pre-3.1 CA servers in a domain will have to have the script run on them to
avoid schema replication errors.
https://fedorahosted.org/freeipa/ticket/3213
2012-10-24 03:37:16 -05:00
|
|
|
|
2011-06-17 15:47:39 -05:00
|
|
|
# Configure the CA if necessary
|
2014-03-11 10:28:19 -05:00
|
|
|
CA = cainstance.install_replica_ca(config, postinstall=True)
|
2011-06-17 15:47:39 -05:00
|
|
|
|
|
|
|
# We need to ldap_enable the CA now that DS is up and running
|
|
|
|
CA.ldap_enable('CA', config.host_name, config.dirman_password,
|
2012-04-18 10:22:35 -05:00
|
|
|
ipautil.realm_to_suffix(config.realm_name))
|
2012-11-15 08:38:24 -06:00
|
|
|
|
2013-08-01 07:47:52 -05:00
|
|
|
# This is done within stopped_service context, which restarts CA
|
2012-11-15 08:38:24 -06:00
|
|
|
CA.enable_client_auth_to_db()
|
2011-06-17 15:47:39 -05:00
|
|
|
|
2012-11-19 09:32:28 -06:00
|
|
|
# Install CA DNS records
|
|
|
|
install_dns_records(config, options)
|
|
|
|
|
2011-08-17 14:36:18 -05:00
|
|
|
# We need to restart apache as we drop a new config file in there
|
2014-05-29 03:37:18 -05:00
|
|
|
services.knownservices.httpd.restart(capture_output=True)
|
2011-08-17 14:36:18 -05:00
|
|
|
|
2012-08-23 11:38:45 -05:00
|
|
|
#update dogtag version in config file
|
2012-08-15 21:53:51 -05:00
|
|
|
try:
|
2014-06-17 04:45:43 -05:00
|
|
|
fd = open(paths.IPA_DEFAULT_CONF, "a")
|
2012-08-23 11:38:45 -05:00
|
|
|
fd.write(
|
|
|
|
"dogtag_version=%s\n" % dogtag.install_constants.DOGTAG_VERSION)
|
2012-08-15 21:53:51 -05:00
|
|
|
fd.close()
|
|
|
|
except IOError, e:
|
|
|
|
print "Failed to update /etc/ipa/default.conf"
|
|
|
|
root_logger.error(str(e))
|
|
|
|
sys.exit(1)
|
|
|
|
|
2014-06-16 03:41:57 -05:00
|
|
|
def install_master(safe_options, options):
|
|
|
|
standard_logging_setup(paths.IPASERVER_CA_INSTALL_LOG, debug=options.debug)
|
|
|
|
|
|
|
|
root_logger.debug(
|
|
|
|
"%s was invoked with options: %s" % (sys.argv[0], safe_options))
|
|
|
|
root_logger.debug("IPA version %s" % version.VENDOR_VERSION)
|
|
|
|
|
|
|
|
global sstore
|
|
|
|
sstore = sysrestore.StateFile(paths.SYSRESTORE)
|
|
|
|
|
|
|
|
if not dsinstance.DsInstance().is_configured():
|
|
|
|
sys.exit("IPA server is not configured on this system.\n")
|
|
|
|
|
|
|
|
api.bootstrap(in_server=True)
|
|
|
|
api.finalize()
|
|
|
|
|
|
|
|
if api.env.enable_ra:
|
|
|
|
sys.exit("CA is already installed.\n")
|
|
|
|
|
|
|
|
dm_password = options.password
|
|
|
|
if not dm_password:
|
|
|
|
if options.unattended:
|
|
|
|
sys.exit('Directory Manager password required')
|
|
|
|
try:
|
|
|
|
dm_password = get_dirman_password()
|
|
|
|
except KeyboardInterrupt:
|
|
|
|
sys.exit(0)
|
|
|
|
if dm_password is None:
|
|
|
|
sys.exit("Directory Manager password required")
|
|
|
|
|
|
|
|
api.Backend.ldap2.connect(bind_dn=DN(('cn', 'Directory Manager')),
|
|
|
|
bind_pw=dm_password)
|
|
|
|
|
|
|
|
config = api.Command['config_show']()['result']
|
|
|
|
subject_base = config['ipacertificatesubjectbase'][0]
|
|
|
|
|
|
|
|
if options.external_ca:
|
|
|
|
if cainstance.is_step_one_done():
|
|
|
|
print ("CA is already installed.\nRun the installer with "
|
|
|
|
"--external-cert-file and --external-ca-file.")
|
|
|
|
sys.exit(1)
|
|
|
|
elif options.external_cert_file:
|
|
|
|
if not cainstance.is_step_one_done():
|
|
|
|
print ("CA is not installed yet. To install with an external CA "
|
|
|
|
"is a two-stage process.\nFirst run the installer with "
|
|
|
|
"--external-ca.")
|
|
|
|
sys.exit(1)
|
|
|
|
|
|
|
|
try:
|
|
|
|
validate_external_cert(options.external_cert_file,
|
|
|
|
options.external_ca_file, subject_base)
|
|
|
|
except ValueError, e:
|
|
|
|
print e
|
|
|
|
sys.exit(1)
|
|
|
|
|
|
|
|
if options.external_cert_file:
|
|
|
|
external = 2
|
|
|
|
elif options.external_ca:
|
|
|
|
external = 1
|
|
|
|
else:
|
|
|
|
external = 0
|
|
|
|
|
|
|
|
realm_name = api.env.realm
|
|
|
|
domain_name = api.env.domain
|
|
|
|
host_name = api.env.host
|
|
|
|
|
|
|
|
dirname = dsinstance.config_dirname(
|
|
|
|
dsinstance.realm_to_serverid(realm_name))
|
|
|
|
cadb = certs.CertDB(realm_name, subject_base=subject_base)
|
|
|
|
dsdb = certs.CertDB(realm_name, nssdir=dirname, subject_base=subject_base)
|
|
|
|
|
|
|
|
for db in (cadb, dsdb):
|
|
|
|
for nickname, trust_flags in db.list_certs():
|
|
|
|
if nickname in (certdb.get_ca_nickname(realm_name),
|
|
|
|
'ipaCert',
|
|
|
|
'Signing-Cert'):
|
|
|
|
print ("Certificate with nickname %s is present in %s, "
|
|
|
|
"cannot continue." % (nickname, db.secdir))
|
|
|
|
sys.exit(1)
|
|
|
|
|
|
|
|
cert = db.get_cert_from_db(nickname)
|
|
|
|
if not cert:
|
|
|
|
continue
|
|
|
|
subject = DN(str(x509.get_subject(cert)))
|
|
|
|
if subject in (DN('CN=Certificate Authority', subject_base),
|
|
|
|
DN('CN=IPA RA', subject_base),
|
|
|
|
DN('CN=Object Signing Cert', subject_base)):
|
|
|
|
print ("Certificate with subject %s is present in %s, "
|
|
|
|
"cannot continue." % (subject, db.secdir))
|
|
|
|
sys.exit(1)
|
|
|
|
|
|
|
|
ca = cainstance.CAInstance(realm_name, certs.NSS_DIR,
|
|
|
|
dogtag_constants=dogtag.install_constants)
|
|
|
|
ca.create_ra_agent_db = False
|
|
|
|
if external == 0:
|
|
|
|
ca.configure_instance(host_name, domain_name, dm_password,
|
|
|
|
dm_password, subject_base=subject_base)
|
|
|
|
elif external == 1:
|
|
|
|
ca.configure_instance(host_name, domain_name, dm_password,
|
|
|
|
dm_password, csr_file=paths.ROOT_IPA_CSR,
|
|
|
|
subject_base=subject_base)
|
|
|
|
else:
|
|
|
|
ca.configure_instance(host_name, domain_name, dm_password,
|
|
|
|
dm_password,
|
|
|
|
cert_file=options.external_cert_file,
|
|
|
|
cert_chain_file=options.external_ca_file,
|
|
|
|
subject_base=subject_base)
|
|
|
|
|
|
|
|
ca.stop(ca.dogtag_constants.PKI_INSTANCE_NAME)
|
|
|
|
|
|
|
|
ca.ldap_enable('CA', host_name, dm_password,
|
|
|
|
ipautil.realm_to_suffix(realm_name), ['caRenewalMaster'])
|
|
|
|
|
|
|
|
ca.enable_client_auth_to_db()
|
|
|
|
|
|
|
|
# Install CA DNS records
|
|
|
|
config = ReplicaConfig()
|
|
|
|
config.realm_name = realm_name
|
|
|
|
config.domain_name = domain_name
|
|
|
|
config.host_name = config.master_host_name = host_name
|
|
|
|
config.dirman_password = dm_password
|
|
|
|
install_dns_records(config, options)
|
|
|
|
|
|
|
|
# We need to restart apache as we drop a new config file in there
|
|
|
|
services.knownservices.httpd.restart(capture_output=True)
|
|
|
|
|
|
|
|
# Update config file
|
|
|
|
parser = RawConfigParser()
|
|
|
|
parser.read(paths.IPA_DEFAULT_CONF)
|
|
|
|
parser.set('global', 'enable_ra', 'True')
|
|
|
|
parser.set('global', 'ra_plugin', 'dogtag')
|
|
|
|
parser.set('global', 'dogtag_version',
|
|
|
|
str(ca.dogtag_constants.DOGTAG_VERSION))
|
|
|
|
with open(paths.IPA_DEFAULT_CONF, 'w') as f:
|
|
|
|
parser.write(f)
|
|
|
|
|
|
|
|
# Store the new IPA CA cert chain in DS NSS database and LDAP
|
|
|
|
cadb = certs.CertDB(realm_name, subject_base=subject_base)
|
|
|
|
dsdb = certs.CertDB(realm_name, nssdir=dirname, subject_base=subject_base)
|
|
|
|
trust_flags = dict(reversed(cadb.list_certs()))
|
|
|
|
trust_chain = cadb.find_root_cert('ipaCert')[:-1]
|
|
|
|
for nickname in trust_chain[:-1]:
|
|
|
|
cert = cadb.get_cert_from_db(nickname, pem=False)
|
|
|
|
dsdb.add_cert(cert, nickname, trust_flags[nickname])
|
|
|
|
certstore.put_ca_cert_nss(api.Backend.ldap2, api.env.basedn,
|
|
|
|
cert, nickname, trust_flags[nickname])
|
|
|
|
|
|
|
|
nickname = trust_chain[-1]
|
|
|
|
cert = cadb.get_cert_from_db(nickname, pem=False)
|
|
|
|
dsdb.add_cert(cert, nickname, trust_flags[nickname])
|
|
|
|
certstore.put_ca_cert_nss(api.Backend.ldap2, api.env.basedn,
|
|
|
|
cert, nickname, trust_flags[nickname],
|
|
|
|
config_ipa=True, config_compat=True)
|
|
|
|
|
|
|
|
# Restart DS
|
|
|
|
ds = dsinstance.DsInstance()
|
|
|
|
ds.init_info(realm_name, host_name, domain_name, dm_password, subject_base,
|
|
|
|
1101, 1100, None)
|
|
|
|
ds.restart(ds.serverid)
|
|
|
|
|
|
|
|
# Store DS CA cert in Dogtag NSS database
|
|
|
|
dogtagdb = certs.CertDB(realm_name, nssdir=ca.dogtag_constants.ALIAS_DIR)
|
|
|
|
trust_flags = dict(reversed(dsdb.list_certs()))
|
|
|
|
server_certs = dsdb.find_server_certs()
|
|
|
|
trust_chain = dsdb.find_root_cert(server_certs[0][0])[:-1]
|
|
|
|
nickname = trust_chain[-1]
|
|
|
|
cert = dsdb.get_cert_from_db(nickname)
|
|
|
|
dogtagdb.add_cert(cert, nickname, trust_flags[nickname])
|
|
|
|
|
|
|
|
ca.start(ca.dogtag_constants.PKI_INSTANCE_NAME)
|
|
|
|
|
|
|
|
def main():
|
|
|
|
safe_options, options, filename = parse_options()
|
|
|
|
|
|
|
|
if os.geteuid() != 0:
|
|
|
|
sys.exit("\nYou must be root to run this script.\n")
|
|
|
|
|
|
|
|
if filename is not None:
|
|
|
|
install_replica(safe_options, options, filename)
|
|
|
|
else:
|
|
|
|
install_master(safe_options, options)
|
|
|
|
|
2012-05-31 07:34:09 -05:00
|
|
|
fail_message = '''
|
|
|
|
Your system may be partly configured.
|
|
|
|
Run /usr/sbin/ipa-server-install --uninstall to clean up.
|
|
|
|
'''
|
2011-06-17 15:47:39 -05:00
|
|
|
|
2012-05-31 07:34:09 -05:00
|
|
|
if __name__ == '__main__':
|
2011-06-17 15:47:39 -05:00
|
|
|
try:
|
2013-06-03 05:06:06 -05:00
|
|
|
with private_ccache():
|
|
|
|
installutils.run_script(main, log_file_name=log_file_name,
|
|
|
|
operation_name='ipa-ca-install',
|
|
|
|
fail_message=fail_message)
|
2012-05-31 07:34:09 -05:00
|
|
|
finally:
|
|
|
|
# always try to remove decrypted replica file
|
|
|
|
try:
|
|
|
|
if REPLICA_INFO_TOP_DIR:
|
|
|
|
shutil.rmtree(REPLICA_INFO_TOP_DIR)
|
|
|
|
except OSError:
|
|
|
|
pass
|