diff --git a/docs/client-certificate-setup.md b/docs/client-certificate-setup.md index 7a87455..9b17370 100644 --- a/docs/client-certificate-setup.md +++ b/docs/client-certificate-setup.md @@ -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: ``` diff --git a/docs/provider-setup.md b/docs/provider-setup.md index 86d6506..699cff5 100644 --- a/docs/provider-setup.md +++ b/docs/provider-setup.md @@ -58,7 +58,7 @@ Add to `/etc/nginx/sites-enabled/default`: ``` server { - root /usr/share/nginx/html; + root /var/www/html; location / { # Other config