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:
parent
8b1185234d
commit
6a106640c6
3 changed files with 75 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue