estafette / openresty-sidecar

A sidecar container to take care of TLS termination

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

estafette/openresty-sidecar

Sidecar container based on Openresty to terminate ssl, auto-reload on certificate updates, output prometheus metrics and output Jaeger traces

development

For running integration tests the container embeds a self-signed ssl certificate, which can be renewed by running the following commands:

cd ssl
openssl req -x509 -newkey rsa:4096 -keyout ssl.key -out ssl.pem -days 3650 -subj '/CN=localhost' -nodes

About

A sidecar container to take care of TLS termination

License:MIT License


Languages

Language:Lua 45.8%Language:Dockerfile 37.3%Language:PowerShell 8.5%Language:Shell 8.4%