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

Improve docs: add instructions to install TLS cert for nginx

* Add instructions for installing a TLS server certificate on nginx 
 * Fix link to nginx in README.md
 * List all three ways to get a webserver TLS certificate. With some
   hints on which to chose for which purpose.
 * Do not add CSR instructions, because they can change over time and each CA may
   have slightly different requirements.
 * Add a hint about setting protocol selection.
 * Fix typo in provider-setup.md
This commit is contained in:
Fadi Abbud 2022-02-14 12:39:40 +01:00 committed by GitHub
parent 8b1185234d
commit 6a106640c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 75 additions and 2 deletions

View file

@ -21,7 +21,8 @@
Binaries will be placed in directories named like `bin-linux-amd64/` and `bin-windows-amd64/`.
- [Install](http://nginx.org/en/docs/install.html) **nginx**
- [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)
- To configure nginx see [docs/provider-setup.md](docs/provider-setup.md)
## csaf_uploader