Go to file
Darren Shepherd ccf76b35ea Don't clobber secret key
On the start of a new server we do not want to blindly save the
cert because that will change the TLS key.  Instead only write
to k8s on start if there is no secret in k8s.  On start of the
controller it will sync up if the local file and k8s secret aren't
the same
2019-11-15 23:45:10 +00:00
cert rotate wrangler cert 2019-10-10 03:05:39 +02:00
factory Attempt to minimize additional cert gens 2019-11-13 14:46:32 +00:00
server Refactor to not include a server by default 2019-10-30 19:14:34 -07:00
storage Don't clobber secret key 2019-11-15 23:45:10 +00:00
go.mod Update go mod 2019-10-30 19:15:37 -07:00
go.sum Update go mod 2019-10-30 19:15:37 -07:00
LICENSE Initial Commit 2019-05-09 12:36:03 -07:00
listener.go Don't generate cert for ipv6 address 2019-11-13 14:46:32 +00:00
redirect.go Remove debug statement 2019-11-08 20:57:46 +00:00
tcp.go Refactor to not include a server by default 2019-10-30 19:14:34 -07:00