services/Distributed-Wiki.md
... ...
@@ -80,7 +80,7 @@ RACK_ENV=production gollum --css --host 127.0.0.1 --port 4567 --no-edit <path>
80 80
81 81
- Setup your maintainer object according to [Automatic CA](https://internal.dn42/services/Automatic-CA)
82 82
- Generate a [CSR](/services/Certificate-Authority) and send DNS Key Pin to [[email protected]](mailto:[email protected]):
83
- - <AS> is the as number with the prefix `as` like `as64737-ca.wiki.dn42`
83
+ - \<AS> is the as number with the prefix `as` like `as64737-ca.wiki.dn42`
84 84
85 85
```
86 86
./ca.dn42 tls-gen \
... ...
@@ -101,7 +101,7 @@ RACK_ENV=production gollum --css --host 127.0.0.1 --port 4567 --no-edit <path>
101 101
A custom header `X-SiteID` identifies the site you're connecting to:
102 102
103 103
- `add_header X-SiteID '<AS>-<ISO country code>';`
104
- - <AS> is the as number prefixed with `as`
104
+ - \<AS> is the as number prefixed with `as` like `as64737`
105 105
106 106
##### Enabling [HPKP](https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning)
107 107