mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Drop --selfsign server functionality
Design: http://freeipa.org/page/V3/Drop_selfsign_functionality Ticket: https://fedorahosted.org/freeipa/ticket/3494
This commit is contained in:
committed by
Rob Crittenden
parent
006ab23c6d
commit
e736e75ce9
@@ -1004,16 +1004,10 @@ def main():
|
||||
ds = dsinstance.DsInstance(fstore=fstore)
|
||||
ds.init_info(
|
||||
realm_name, host_name, domain_name, dm_password,
|
||||
False, options.subject, 1101, 1100, None)
|
||||
options.subject, 1101, 1100, None)
|
||||
|
||||
|
||||
if setup_ca:
|
||||
# Clean up any previous self-signed CA that may exist
|
||||
try:
|
||||
os.remove(certs.CA_SERIALNO)
|
||||
except:
|
||||
pass
|
||||
|
||||
if not dogtag.install_constants.SHARED_DB:
|
||||
cs = cainstance.CADSInstance(
|
||||
host_name, realm_name, domain_name, dm_password)
|
||||
|
||||
Reference in New Issue
Block a user