mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use the IPA server cert profile in the installer.
We were still using the caRAserverCert profile during installation. https://fedorahosted.org/freeipa/ticket/1744
This commit is contained in:
parent
ebb0b386a3
commit
f8d0688178
@ -622,7 +622,7 @@ class CertDB(object):
|
||||
# We just want the CSR bits, make sure there is nothing else
|
||||
csr = pkcs10.strip_header(csr)
|
||||
|
||||
params = {'profileId': 'caRAserverCert',
|
||||
params = {'profileId': 'caIPAserviceCert',
|
||||
'cert_request_type': 'pkcs10',
|
||||
'requestor_name': 'IPA Installer',
|
||||
'cert_request': csr,
|
||||
|
Loading…
Reference in New Issue
Block a user