mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Improve documentation
This commit is contained in:
parent
cbf39f9806
commit
1c59b671d5
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ Assuming the userA.pfx file is available, which can be imported into
|
||||||
a web browser.
|
a web browser.
|
||||||
|
|
||||||
### Configure nginx
|
### 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:
|
adjust it like shown in the following example:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ Add to `/etc/nginx/sites-enabled/default`:
|
||||||
```
|
```
|
||||||
server {
|
server {
|
||||||
|
|
||||||
root /usr/share/nginx/html;
|
root /var/www/html;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
# Other config
|
# Other config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue