Refactoring
This commit is contained in:
@@ -34,7 +34,7 @@ type CertificateRecord struct {
|
||||
}
|
||||
|
||||
func caStatePath() string {
|
||||
return filepath.Join(filepath.Dir(CAConfigPath), CAConfig.StateName())
|
||||
return filepath.Join(filepath.Dir(CAConfigPath), CAConfig.GetStateFileName())
|
||||
}
|
||||
|
||||
// LoadCAState loads the CA state from a JSON file
|
||||
|
Reference in New Issue
Block a user