1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/vendor/k8s.io/kubernetes/test/images/porter
2019-10-23 23:19:53 -07:00
..
.gitignore update vendor 2019-10-23 23:19:53 -07:00
BUILD update vendor 2019-10-23 23:19:53 -07:00
Dockerfile update vendor 2019-10-23 23:19:53 -07:00
localhost.crt update vendor 2019-10-23 23:19:53 -07:00
localhost.key update vendor 2019-10-23 23:19:53 -07:00
Makefile update vendor 2019-10-23 23:19:53 -07:00
pod.json update vendor 2019-10-23 23:19:53 -07:00
porter.go update vendor 2019-10-23 23:19:53 -07:00
README.md update vendor 2019-10-23 23:19:53 -07:00
VERSION update vendor 2019-10-23 23:19:53 -07: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 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