mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-04 07:49:48 +00:00
Fix CACertPath stripping trailing path components
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
8ae390ff82
commit
ecb5f5a2b5
@@ -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.
|
||||
tmpServer := &config.Control{
|
||||
Runtime: config.NewRuntime(nil),
|
||||
DataDir: filepath.Dir(sync.CACertPath),
|
||||
DataDir: sync.CACertPath,
|
||||
}
|
||||
deps.CreateRuntimeCertFiles(tmpServer)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user