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

Improve docs

* Correct language in a few points.
 * Move upload example to use TLS client certificates as recommended.
This commit is contained in:
Bernhard Reiter 2022-05-31 15:58:46 +02:00
parent 773047a91d
commit 873fa9ccb4
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554
2 changed files with 20 additions and 16 deletions

View file

@ -50,8 +50,8 @@ Binaries will be placed in directories named like `bin-linux-amd64/` and `bin-wi
### Setup (Trusted Provider)
- [Install](https://nginx.org/en/docs/install.html) **nginx**
- To install server certificate on nginx see [docs/install-server-certificate.md](docs/install-server-certificate.md)
- [Install](https://nginx.org/en/docs/install.html) **nginx**
- To install a TLS server certificate on nginx see [docs/install-server-certificate.md](docs/install-server-certificate.md)
- To configure nginx see [docs/provider-setup.md](docs/provider-setup.md)
- To configure nginx for client certificate authentication see [docs/client-certificate-setup.md](docs/client-certificate-setup.md)