| 35 | const CAName = "fileCA" |
| 36 | |
| 37 | type FileCA struct { |
| 38 | ca fulcioca.CertificateAuthority |
| 39 | } |
| 40 | |
| 41 | func New(certPath, keyPath, keyPass string, verify bool) (*FileCA, error) { |
| 42 | var err error |
nothing calls this directly
no outgoing calls
no test coverage detected