()
| 413 | } |
| 414 | |
| 415 | func (ca CA) storageKeyRootKey() string { |
| 416 | return path.Join(ca.storageKeyCAPrefix(), "root.key") |
| 417 | } |
| 418 | |
| 419 | func (ca CA) storageKeyIntermediateCert() string { |
| 420 | return path.Join(ca.storageKeyCAPrefix(), "intermediate.crt") |
no test coverage detected