diff options
| author | Andrew Dunstan | 2022-12-19 10:58:08 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2022-12-20 15:02:49 +0000 |
| commit | f03bd5717eaf31569ca797a2f7d65608f88ac2a2 (patch) | |
| tree | d9012db64a24e59ae43c30f4df37dc8685901e82 /src/test/ssl | |
| parent | 8284cf5f746f84303eda34d213e89c8439a83a42 (diff) | |
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/README | 5 |
1 files changed, 5 insertions, 0 deletions
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 ==== |
