commit 490a52b13d78d23539c60ad266e84dee9b6852f8
parent 2102f92b1782044394c1710e722830ad1f4f870e
Author: Joris Vink <joris@coders.se>
Date: Tue, 2 Feb 2021 10:45:47 +0100
use spaces for layout
Diffstat:
applications/clientauth.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/applications/clientauth.md b/applications/clientauth.md
@@ -13,14 +13,14 @@ to enable it on.
```
domain needsauth.example.com {
- certfile cert/example.com/server.pem
- certkey cert/example.com/key.pem
+ certfile cert/example.com/server.pem
+ certkey cert/example.com/key.pem
- # Bundle of trusted certificate authorities and an optional CRL
- client_verify cert/cabundle.pem cert/crloptional.pem
+ # Bundle of trusted certificate authorities and an optional CRL
+ client_verify cert/cabundle.pem cert/crloptional.pem
- # The verification depth
- client_verify_depth 1
+ # The verification depth
+ client_verify_depth 1
}
```