mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Add a paragraph about the remote forward API.
This commit is contained in:
parent
49da14d47f
commit
e470529dfb
1 changed files with 8 additions and 0 deletions
|
|
@ -126,6 +126,14 @@ In the config file this has to be noted as:
|
|||
ignorepattern = [".*white.*", ".*red.*"]
|
||||
```
|
||||
|
||||
#### Forwarding
|
||||
The downloader is able to forward downloaded advisories and their checksums,
|
||||
OpenPGP signatures and validation results to an HTTP endpoint.
|
||||
The details of the implemented API are described [here](https://github.com/mfd2007/csaf_upload_interface).
|
||||
**Attention** This is a little bit work in progress because there is
|
||||
no production ready server which implements this protocol.
|
||||
The server in the linked repository is currently for development and testing only.
|
||||
|
||||
#### beware of client cert passphrase
|
||||
|
||||
The `client-passphrase` option implements a legacy private
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue