Comment 10 for bug 2011716

Revision history for this message
Loan Harrouin (loanh) wrote :

It's working on master-rocky-9.
I can see that in this version they modify the script /usr/local/bin/kolla_httpd_setup and added a line to rm the problematic file:

    if [[ "${KOLLA_BASE_DISTRO}" =~ centos|rocky ]] && [[ ! -e /etc/pki/tls/certs/localhost.crt ]]; then
        rm -f /tmp/dhparams.pem
        /usr/libexec/httpd-ssl-gencerts
    fi

But it seem that the fix hasn't been backport to zed release.