orchard/pkg/client
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
..
client.go TLS improvements (#90) 2023-06-07 15:31:55 +04:00
controller.go Controller info endpoint and API integration examples (#75) 2023-04-11 07:28:46 +00:00
events.go Controller info endpoint and API integration examples (#75) 2023-04-11 07:28:46 +00:00
option.go TLS improvements (#90) 2023-06-07 15:31:55 +04:00
service_accounts.go Better state syncing and other improvements (#24) 2023-03-01 11:42:16 -05:00
vms.go Implement restart policy for VMs (#83) 2023-04-24 19:30:08 +04:00
workers.go Better state syncing and other improvements (#24) 2023-03-01 11:42:16 -05:00