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:
Rob Crittenden 2011-08-31 13:22:33 -04:00
parent ebb0b386a3
commit f8d0688178

View File

@ -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,