| From: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
|---|---|
| To: | Dave Cramer <davecramer(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: ssl tests README and certs |
| Date: | 2018-09-16 18:41:08 |
| Message-ID: | d56426a1-4ad9-798c-cb5a-309f4b599a18@iki.fi |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 14/09/18 18:49, Dave Cramer wrote:
> in src/test/ssl the README suggest that the Makefile can be used to
> recreate the ssl directory, however there are no rules to create
> *_ca.crt|key. Am I missing something ?
The README says:
> For convenience, all of these keypairs and certificates are included in the
> ssl/ subdirectory. The Makefile also contains a rule, "make sslfiles", to
> recreate them if you need to make changes.
I just tested it again, and sure enough "make sslfiles" recreates them.
You'll need to remove the old ones first, though, with "make
sslfiles-clean" or just "rm ssl/*". As usual with "make", it won't
recreate and overwrite existing files, if they already exist.
- Heikki
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Douglas Doole | 2018-09-16 19:00:52 | Re: Collation versioning |
| Previous Message | Andrew Gierth | 2018-09-16 18:39:12 | Re: Collation versioning |