mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Added a no_passphrase flag to hide the passphrase input field from the web interface.
This commit is contained in:
parent
7cf1580d5f
commit
ef0a92b491
3 changed files with 4 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ type config struct {
|
|||
UploadSignature bool `toml:"upload_signature"`
|
||||
PGPURL string `toml:"pgp_url"`
|
||||
Domain string `toml:"domain"`
|
||||
NoPassphrase bool `toml:"no_passphrase"`
|
||||
}
|
||||
|
||||
type tlp string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue