x.509/Makefile-server: Add a basic Makefile for creating self-signed certs
authorW. Trevor King <wking@tremily.us>
Fri, 14 Feb 2014 22:47:25 +0000 (14:47 -0800)
committerW. Trevor King <wking@tremily.us>
Fri, 14 Feb 2014 22:57:30 +0000 (14:57 -0800)
commit55550dd2d0b3d09932cfe13865a766af43d99314
treed5ce087e18a767010541f04702bc7901516e1d04
parent5803264af0e6cdfadab28a24987a94bfac1df52e
x.509/Makefile-server: Add a basic Makefile for creating self-signed certs

This requires a local CA, which you can build using Makefile-ca.  Use
CA_KEY and CA_CERT to point at your local CA:

  $ make -f Makefile-ca
  $ make -f Makefile-server CA_KEY=key.pem CA_CERT=ca.pem
x.509/Makefile-server [new file with mode: 0644]