mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use correct Dogtag port in ipaserver.install.certs
On an instance upgraded from Dogtag 9 to Dogtag 10, ipa-replica-prepare used the wrong port number. Fix that.
This commit is contained in:
committed by
Martin Kosek
parent
9a167d667c
commit
4bb4535101
@@ -663,7 +663,7 @@ class CertDB(object):
|
||||
result = dogtag.https_request(
|
||||
self.host_name,
|
||||
api.env.ca_ee_install_port or
|
||||
dogtag.install_constants.EE_SECURE_PORT,
|
||||
dogtag.configured_constants().EE_SECURE_PORT,
|
||||
"/ca/ee/ca/profileSubmitSSLClient",
|
||||
self.secdir, password, "ipaCert", **params)
|
||||
http_status, http_reason_phrase, http_headers, http_body = result
|
||||
@@ -751,7 +751,7 @@ class CertDB(object):
|
||||
result = dogtag.https_request(
|
||||
self.host_name,
|
||||
api.env.ca_ee_install_port or
|
||||
dogtag.install_constants.EE_SECURE_PORT,
|
||||
dogtag.configured_constants().EE_SECURE_PORT,
|
||||
"/ca/ee/ca/profileSubmitSSLClient",
|
||||
self.secdir, password, "ipaCert", **params)
|
||||
http_status, http_reason_phrase, http_headers, http_body = result
|
||||
|
||||
Reference in New Issue
Block a user