cri-o/vendor/k8s.io/kubernetes/test/images/porter
Mrunal Patel 8e5b17cf13 Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-01-31 16:45:59 -08:00
..
.gitignore Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
BUILD Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
Dockerfile Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
localhost.crt Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
localhost.key Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
Makefile Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
pod.json Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
porter.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
README.md Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00

This directory contains go source, Dockerfile and Makefile for making a test container which serves requested data on ports specified in ENV variables.

The included localhost.crt is a PEM-encoded TLS cert with SAN IPs "127.0.0.1" and "[::1]", expiring at the last second of 2049 (the end of ASN.1 time), generated from src/crypto/tls: go run generate_cert.go --rsa-bits 512 --host 127.0.0.1,::1,example.com --ca --start-date "Jan 1 00:00:00 1970" --duration=1000000h

To use a different cert/key, mount them into the pod and set the CERT_FILE and KEY_FILE environment variables to the desired paths.

Analytics