services/Distributed-Wiki.md
... ...
@@ -48,7 +48,7 @@ openssl rsa -in wiki.key -outform der -pubout | openssl dgst -sha256 -binary | o
48 48
- Configure Nginx to send the fingerprint in header:
49 49
50 50
```
51
-add_header Public-Key-Pins pin-sha256="<primary>";pin-sha256="<backup>"; max-age=0; includeSubDomains';
51
+add_header Public-Key-Pins pin-sha256="<primary>"; pin-sha256="<backup>"; max-age=0; includeSubDomains';
52 52
```
53 53
54 54
+ `<primary>` - the fingerprint extracted from `wiki.key`