services/Distributed-Wiki.md
... ...
@@ -16,6 +16,7 @@ The local webserver is monitored with a simple [[shell script|Distributed-Wiki#e
16 16
- Contact [XUU-DN42](https://io.nixnodes.net?t=person&l=XUU-DN42) and ask for write access to the repo
17 17
- Setup cron for periodic pull/push jobs for the repo
18 18
- Generate a [CSR](/services/Certificate-Authority) and send to `[email protected]`. Wait for a reply containing internal.dn42/wiki.dn42 certificates.
19
+ - Send `[email protected]` your site id and ip address to have a unicast for testing. (ex. as64737-ca.wiki.dn42)
19 20
- Start two gollum instances, read-only and read/write on `127.0.0.1`:
20 21
21 22
Read/write (SSL only):
... ...
@@ -65,7 +66,7 @@ upstream wikirw { server 127.0.0.1:4568; }
65 66
66 67
67 68
server {
68
- server_name internal.dn42 wiki.dn42;
69
+ server_name internal.dn42 wiki.dn42 as<aut-num>-<cc>.wiki.dn42;
69 70
70 71
listen 172.23.0.80:443 ssl default;
71 72