summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-08-31 13:22:33 -0400
committerRob Crittenden <rcritten@redhat.com>2011-08-30 20:18:45 -0400
commitef63d2d244c5cca1c5c3004c533573d83b85000f (patch)
treea0c1c9a9afbd97b70a74c0a32db0b3bdbc9b2ff5 /ipaserver
parent6d90bf282413ce8e65439635535c9ddd7546626a (diff)
downloadfreeipa-ef63d2d244c5cca1c5c3004c533573d83b85000f.tar.gz
freeipa-ef63d2d244c5cca1c5c3004c533573d83b85000f.tar.xz
freeipa-ef63d2d244c5cca1c5c3004c533573d83b85000f.zip
Use the IPA server cert profile in the installer.
We were still using the caRAserverCert profile during installation. https://fedorahosted.org/freeipa/ticket/1744
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/certs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/certs.py b/ipaserver/install/certs.py
index d3df1681b..ead9c8159 100644
--- a/ipaserver/install/certs.py
+++ b/ipaserver/install/certs.py
@@ -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,