mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Made the issuer optional if using client sides certs for auth.
This commit is contained in:
parent
1c59b671d5
commit
737fc89cd5
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ type config struct {
|
|||
DynamicProviderMetaData bool `toml:"dynamic_provider_metadata"`
|
||||
Publisher *csaf.Publisher `toml:"publisher"`
|
||||
UploadLimit *int64 `toml:"upload_limit"`
|
||||
Issuer string `toml:"issuer"`
|
||||
Issuer *string `toml:"issuer"`
|
||||
}
|
||||
|
||||
type tlp string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue