1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

fix typos in README.md

This commit is contained in:
Bernhard E. Reiter 2022-01-10 15:14:20 +01:00 committed by GitHub
parent d599b11c56
commit 6bd0e3da20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# csaf_distribution # csaf_distribution
**WIP**: A prove of concept for a CSAF trusted provider, checker and aggregator. **WIP**: A proof of concept for a CSAF trusted provider, checker and aggregator.
## Setup ## Setup
@ -19,8 +19,8 @@
- To configure nginx see [docs/provider-setup.md](docs/provider-setup.md) - To configure nginx see [docs/provider-setup.md](docs/provider-setup.md)
## csaf_uploader ## csaf_uploader
csaf_uploader is a command line tool that upload CSAF-Documents to the trusted provider (CSAF_Provider). csaf_uploader is a command line tool that uploads CSAF documents to the trusted provider (CSAF_Provider).
Follwoing options are supported: Following options are supported:
| Options | Description | | Options | Description |
| ------------------------------------------ | ------------------------------------------------------------------------------------------ | | ------------------------------------------ | ------------------------------------------------------------------------------------------ |
@ -36,13 +36,13 @@ Follwoing options are supported:
| -c, --config=INI-FILE | Path to config ini file | | -c, --config=INI-FILE | Path to config ini file |
| -h, --help | Show help | | -h, --help | Show help |
E.g. of Creating the initial directiories and files E.g. creating the initial directiories and files
``` ```
./csaf_uploader -a create -u http://localhost/cgi-bin/csaf_provider.go ./csaf_uploader -a create -u http://localhost/cgi-bin/csaf_provider.go
``` ```
E.g. of Uploading a csaf-document E.g. uploading a csaf-document
``` ```
./csaf_uploader -a upload -I -t white -u http://localhost/cgi-bin/csaf_provider.go CSAF-document-1.json ./csaf_uploader -a upload -I -t white -u http://localhost/cgi-bin/csaf_provider.go CSAF-document-1.json