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

Improve documentation

This commit is contained in:
Fadi Abbud 2022-03-03 11:22:41 +01:00
parent cbf39f9806
commit 1c59b671d5
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ Assuming the userA.pfx file is available, which can be imported into
a web browser.
### Configure nginx
Assuming the relevant server block is in `/etc/nginx/sites-enabled/default`,
Assuming the relevant server block is in `/etc/nginx/sites-enabled/default` and the CA used to verify the client certificates is under `/etc/ssl/`,
adjust it like shown in the following example:
```

View file

@ -58,7 +58,7 @@ Add to `/etc/nginx/sites-enabled/default`:
```
server {
root /usr/share/nginx/html;
root /var/www/html;
location / {
# Other config