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

Improve Documentation for provider (#61)

This commit is contained in:
Fadi Abbud 2022-03-03 11:57:41 +01:00 committed by GitHub
parent 5f6a067119
commit 7c64540c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,7 @@ server {
include fcgiwrap.conf;
}
```
Reload nginx to apply the changes (e.g. ```systemctl reload nginx``` on Debian or Ubuntu).
Place the binary under `/usr/lib/cgi-bin/csaf_provider.go`.
Make sure `/usr/lib/cgi-bin/` exists.
@ -84,8 +85,10 @@ key = "/usr/lib/csaf/private.asc"
domain = "http://192.168.56.102"
#no_passphrase = true
```
with suitable replacements
(This configurations-example assumes that the private/public keys are available under `/usr/lib/csaf/`).
with suitable replacements.
Create the folders:
```(shell)