mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
wire up tls config
This commit is contained in:
@@ -26,7 +26,7 @@ func TLSConf() {
|
||||
|
||||
caCertPath := "ca.pem"
|
||||
caKeyPath := "ca-key.pem"
|
||||
outDir := "/var/run/"
|
||||
outDir := "/etc/docker/tls/"
|
||||
generateCaCerts := true
|
||||
|
||||
inputCaKey := ""
|
||||
|
Reference in New Issue
Block a user