On Tue, Feb 27, 2018 at 1:43 PM, Viacheslav Dubrovskyi <[email protected]> wrote:
> Hi,
>
> I have a wildcard certificate purchased in the certification center.
>
> And I have koji with self-signed certificates and authentication by
> certificates.
>
> How can I use not self-signed certificate in web interface koji? So that the
> browser does not complain that the certificate is self-signed.
>
> If I set my wildcard certificate
>
> SSLCertificateFile /etc/pki/koji/oro_cloud/wildcard.cloud.crt
> SSLCertificateKeyFile /etc/pki/koji/oro_cloud/wildcard.cloud.key
>

The SSLCertificateFile needs to be a cert with the intermediate
certificates prepended to it.

Something like this:

$ cat cert-provider-bundle.crt wildcard.cloud.crt > bundle-wildcard.cloud.crt

-- 
真実はいつも一つ!/ Always, there's only one truth!
_______________________________________________
buildsys mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to