summaryrefslogtreecommitdiff
path: root/src/test/ssl
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2022-12-19 05:58:08 -0500
committerAndrew Dunstan <andrew@dunslane.net>2022-12-20 10:02:49 -0500
commitf03bd5717eaf31569ca797a2f7d65608f88ac2a2 (patch)
treed9012db64a24e59ae43c30f4df37dc8685901e82 /src/test/ssl
parent8284cf5f746f84303eda34d213e89c8439a83a42 (diff)
downloadpostgresql-f03bd5717eaf31569ca797a2f7d65608f88ac2a2.tar.gz
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
Diffstat (limited to 'src/test/ssl')
-rw-r--r--src/test/ssl/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/ssl/README b/src/test/ssl/README
index 7e60700652..287b512dc2 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
====