GetCertStorage returns the location on disk for where to store certificates
()
| 51 | |
| 52 | // GetCertStorage returns the location on disk for where to store certificates |
| 53 | func (c *ClientConfig) GetCertStorage() string { |
| 54 | return c.Storage + "/certs" |
| 55 | } |