@@ -25,10 +25,11 @@ Alliuminated domain.webm
25
25
its README for more information. SAT domains used to be called "Alliuminated"
26
26
domains.
27
27
28
- nginx.conf.tmpl
28
+ server-scripts/
29
29
30
- The starting point for an nginx config file. When parsed, it configures nginx
31
- to add the necessary HTTP headers to its responses for our extension to work.
30
+ Scripts and config templates useful for the managing the server-side. This
31
+ includes an nginx config template and update script, as well as a torrc
32
+ config template and update script.
32
33
33
34
tor/
34
35
@@ -41,10 +42,6 @@ tor.selfauth-sig-0.3.5.7.tar.xz
41
42
The Tor code as of my branch selfauth-sig-0.3.5.7 in case this is easier for
42
43
you than a submodule.
43
44
44
- update-satis-sig-nginx-conf.sh
45
-
46
- Take the signatures generated by Tor, combine them with the nginx config
47
- template, and outputs the final nginx template.
48
45
49
46
Setting Up Client Side (Easy mode)
50
47
----------------------------------
@@ -145,10 +142,12 @@ work.
145
142
Tor has generated its signature over the appropriate data in
146
143
data/hs/satis_sig.
147
144
148
- I use nginx and (at the time of writing) the included nginx.conf.tmpl and
149
- update-satis-sig-nginx-conf.sh to get this data into my nginx config. These
150
- are a little more complex than would be necessary for other people,
151
- especially if you don't want to use the purposefully bad signatures too.
145
+ I use nginx and (at the time of writing) the included
146
+ server-scripts/nginx.conf.tmpl and
147
+ server-scripts/update-satis-sig-nginx-conf.sh to get this data into my nginx
148
+ config. These are a little more complex than would be necessary for other
149
+ people, especially if you don't want to use the purposefully bad signatures
150
+ too.
152
151
153
152
To encoded the file in base 64, do something like this:
154
153
0 commit comments