mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Merge branch 'main' into client-certificate
This commit is contained in:
commit
3753f08370
18 changed files with 537 additions and 168 deletions
|
|
@ -62,7 +62,7 @@ server {
|
|||
|
||||
location / {
|
||||
# Other config
|
||||
# ...
|
||||
# ...
|
||||
|
||||
# For atomic directory switches
|
||||
disable_symlinks off;
|
||||
|
|
@ -76,6 +76,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.
|
||||
|
|
@ -90,8 +91,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue