summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2013-06-05 14:47:31 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-06-12 12:59:54 +0200
commitcf84376928111447c083ab75ede5bccd7a5d211b (patch)
tree802598ae8024729d1a033757e4550626a0322e29
parente8e88ed2084faeba7858f54c310e333b60513ed5 (diff)
downloadfreeipa-cf84376928111447c083ab75ede5bccd7a5d211b.tar.gz
freeipa-cf84376928111447c083ab75ede5bccd7a5d211b.tar.xz
freeipa-cf84376928111447c083ab75ede5bccd7a5d211b.zip
Use the correct PKCS#12 file for HTTP server.
https://fedorahosted.org/freeipa/ticket/3665
-rwxr-xr-xinstall/tools/ipa-server-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index b90613295..56acdafaf 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -709,7 +709,7 @@ def main():
if options.http_pkcs12:
http_pin_file = ipautil.write_tmp_file(options.http_pin)
- http_pkcs12_info = (options.dirsrv_pkcs12, http_pin_file.name)
+ http_pkcs12_info = (options.http_pkcs12, http_pin_file.name)
if options.dirsrv_pkcs12:
dirsrv_pin_file = ipautil.write_tmp_file(options.dirsrv_pin)