mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fix CACertPath stripping trailing path components
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
0c302f4341
commit
23d98cec22
@ -293,7 +293,7 @@ func rotateCA(app *cli.Context, cfg *cmds.Server, sync *cmds.CertRotateCA) error
|
|||||||
// Set up dummy server config for reading new bootstrap data from disk.
|
// Set up dummy server config for reading new bootstrap data from disk.
|
||||||
tmpServer := &config.Control{
|
tmpServer := &config.Control{
|
||||||
Runtime: config.NewRuntime(nil),
|
Runtime: config.NewRuntime(nil),
|
||||||
DataDir: filepath.Dir(sync.CACertPath),
|
DataDir: sync.CACertPath,
|
||||||
}
|
}
|
||||||
deps.CreateRuntimeCertFiles(tmpServer)
|
deps.CreateRuntimeCertFiles(tmpServer)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user