traefik/integration/resources/tls
2022-07-18 12:22:08 +02:00
..
ca.cert Add TLS support for etcd and consul 2016-07-21 09:22:35 +02:00
consul.cert Add TLS support for etcd and consul 2016-07-21 09:22:35 +02:00
consul.key Add TLS support for etcd and consul 2016-07-21 09:22:35 +02:00
consul_config.json Fix whitespaces 2017-09-07 12:02:03 +02:00
local.cert Add helloworld tests with gRPC 2017-08-06 11:55:42 +02:00
local.key Add helloworld tests with gRPC 2017-08-06 11:55:42 +02:00
README.md Lint markdown files 2022-07-18 12:22:08 +02:00

TLS certificate description

local.crt / local.key

Generate with

go run $GOROOT/src/crypto/tls/generate_cert.go  --rsa-bits 1024 --host 127.0.0.1,::1,localhost --ca --start-date "Jan 1 00:00:00 1970" --duration=1000000h
mv cert.pem local.cert
mv key.pem local.key