x.509/Makefile-stunnel: Add a basic Makefile for creating self-signed certs
authorW. Trevor King <wking@tremily.us>
Fri, 14 Feb 2014 22:54:21 +0000 (14:54 -0800)
committerW. Trevor King <wking@tremily.us>
Fri, 14 Feb 2014 22:58:50 +0000 (14:58 -0800)
commit3b47eafb0c9b88f07320f4e42867d56e7cb6f17e
tree336cfa9f16b2fbdfb5a7fd3e3d1d42b25c45fbec
parent55550dd2d0b3d09932cfe13865a766af43d99314
x.509/Makefile-stunnel: Add a basic Makefile for creating self-signed certs

This is similar to Makefile-server, but it only creates a single
key/certificate pair.  It also bundles the private key and certificate
together in stunnel.pem, which is the format the stunnel image expects
(mount it at the container's /etc/stunnel/stunnel.pem).
x.509/Makefile-stunnel [new file with mode: 0644]