mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +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
|
|
@ -7,7 +7,7 @@ The following instructions are for an Debian 11 server setup.
|
|||
```(shell)
|
||||
apt-get install nginx fcgiwrap
|
||||
cp /usr/share/doc/fcgiwrap/examples/nginx.conf /etc/nginx/fcgiwrap.conf
|
||||
systemctl status fcgiwrap.servic
|
||||
systemctl status fcgiwrap.service
|
||||
systemctl status fcgiwrap.socket
|
||||
systemctl is-enabled fcgiwrap.service
|
||||
systemctl is-enabled fcgiwrap.socket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue