#9 Don't use /etc/pki/tls/cert.pem
Opened by adamwill. Modified
adamwill/beakerlib-libraries httpd-library-bundle  into  master

/etc/pki/tls/cert.pem has been removed in Rawhide. See
https://fedoraproject.org/wiki/Changes/dropingOfCertPemFile (yes,
even though that's a pending Change, this already happened). This
causes tests of httpd to fail:

:: [ 12:50:27 ] :: [  ERROR   ] :: rlFileBackup: File /etc/pki/tls/cert.pem does not exist.
:: [ 12:50:27 ] :: [   FAIL   ] :: creating backup of /etc/pki/tls/cert.pem (Expected 0, got 8)

Fix this by using the preferred path for this bundle as produced
by update-ca-trust.

Signed-off-by: Adam Williamson awilliam@redhat.com

Metadata