| 33 | ) |
| 34 | |
| 35 | type CAStatusManager interface { |
| 36 | GetCAInstalled() bool |
| 37 | SetCAInstalled(value bool) |
| 38 | } |
| 39 | |
| 40 | // DiskCertStore is a disk-based certificate store. |
| 41 | // It manages the creation, loading, and installation of the root CA. |
no outgoing calls
no test coverage detected