From f03bd5717eaf31569ca797a2f7d65608f88ac2a2 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Mon, 19 Dec 2022 05:58:08 -0500 Subject: Use existing SSL certs in LDAP tests instead of generating them The SSL test suite has a bunch of pre-existing certificates, so it's better simply to use what we already have than generate new certificates each time the LDAP tests are run. Discussion: https://postgr.es/m/bc305c7a-f390-44f2-2e82-9bcaec6108da@dunslane.net --- src/test/ssl/README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/test/ssl') diff --git a/src/test/ssl/README b/src/test/ssl/README index 7e607006520..287b512dc2a 100644 --- a/src/test/ssl/README +++ b/src/test/ssl/README @@ -93,6 +93,11 @@ recreate them if you need to make changes. "make sslfiles-clean" is required in order to recreate the full set of keypairs and certificates. To rebuild separate files, touch (or remove) the files in question and run "make sslfiles". +Note +==== + +These certificates are also used in other tests, e.g. the LDAP tests. + TODO ==== -- cgit v1.2.3