mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
7 lines
191 B
Go
7 lines
191 B
Go
package mkcert
|
|
|
|
type Config struct {
|
|
CertificatePath string `json:"certificatePath" yaml:"certificatePath"`
|
|
Certificates []Certificate `json:"certificates" yaml:"certificates"`
|
|
}
|