orchard/internal/config
Nikolay Edigaryev dcc954631b
TLS improvements (#90)
* Fix typo when passing arguments to tls.LoadX509KeyPair()

* Support TLS 1.2 too

* Do not require a controller to only present a single certificate

* No need to set ServerName since we use InsecureSkipVerify

* Use host's root CA set by default and support normal SNI scenarios
2023-06-07 15:31:55 +04:00
..
base64.go Introduce "orchard context" (#18) 2023-02-07 19:48:31 +04:00
config.go Introduce "orchard context" (#18) 2023-02-07 19:48:31 +04:00
context.go TLS improvements (#90) 2023-06-07 15:31:55 +04:00
env.go Environment variable overrides (#74) 2023-04-07 17:49:13 +00:00
error.go Introduce "orchard context" (#18) 2023-02-07 19:48:31 +04:00
handle.go Environment variable overrides (#74) 2023-04-07 17:49:13 +00:00