diff --git a/docs/client-certificate-setup.md b/docs/client-certificate-setup.md index ab397ce..ac829c4 100644 --- a/docs/client-certificate-setup.md +++ b/docs/client-certificate-setup.md @@ -47,6 +47,11 @@ within the `csaf_provider`. To inspect the precise string of certain certificate, try it and check the logged value in the nginx log file, e.g. `/var/log/nginx/error.log`. +The *used personal client certificate will be logged by default*, +when accessing the csaf_provider uploading interface. +It is written to the nginx error log together with the connection information. +This is for auditing who did uploads. + Reload or restart nginx to apply the changes (e.g. `systemctl reload nginx` on Debian or Ubuntu.)