#3665 ipa-server-install uses DS PKCS#12 file for HTTP
Closed: Fixed None Opened 10 years ago by jcholast.

There is a typo in ipa-server-install which causes it to use the DS PKCS!#12 file where HTTP PKCS!#12 file should in fact be used:

    if options.http_pkcs12:
        http_pin_file = ipautil.write_tmp_file(options.http_pin)
        http_pkcs12_info = (options.dirsrv_pkcs12, http_pin_file.name)
                            ^^^^^^^^^^^^^^^^^^^^^

This ticket is a Fedora 19 development issue (CA-less installation feature - ticket #3363). jcholast is working on resolution, has most of the patches ready.

Moving to 3.2.x bugfixing bucket.

... and now the actual milestone change.

Metadata Update from @jcholast:
- Issue assigned to jcholast
- Issue set to the milestone: FreeIPA 3.2.x - 2013/06 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata