mirror of
https://github.com/php/php-src.git
synced 2026-04-10 09:33:06 +02:00
This test fails because san-cert.pem and san-ca.pem have expired. We fix that by using the CertificateGenerator to generate temporary certs during the test run. Since san-cert.pem and san-ca.pem have been identical, we only generate one certificate. Closes GH-7763.