k3s/test/images/porter
Xiang Dai 36065c6dd7 delete all duplicate empty blanks
Signed-off-by: Xiang Dai <764524258@qq.com>
2019-02-23 10:28:04 +08:00
..
.gitignore
BUILD Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
Dockerfile
Makefile Move go build to image-utils 2017-06-28 19:19:25 +05:30
README.md delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
VERSION Fix review comments - luxas, ixdy 2017-06-30 18:51:23 +05:30
localhost.crt Update dummy certificate used in porter image 2017-04-18 14:42:06 -07:00
localhost.key Update dummy certificate used in porter image 2017-04-18 14:42:06 -07:00
pod.json Update yaml and json with multi arch test images 2017-07-17 17:53:36 +05:30
porter.go

README.md

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 in January 2084, generated from src/crypto/tls: go run generate_cert.go --rsa-bits 2048 --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