]> Sergey Matveev's repositories - tofuproxy.git/blob - doc/restricted.texi
Download link for 0.6.0 release
[tofuproxy.git] / doc / restricted.texi
1 @node Restricted
2 @unnumbered Restricted CAs
3
4 You can restrict what hosts are allowed to be served by the specified
5 CA. For example you want to limit CA with SPKI's SHA256 hash of
6 @code{9215d9eeddeb403b0ffebb228cfc13104da825117d3640a0dfbfc0c08a012124}
7 to domains only in @code{stargrave.org} tree:
8
9 @example
10 $ tee fifos/add-restricted < contrib/restricted.txt
11 9215d9eeddeb403b0ffebb228cfc13104da825117d3640a0dfbfc0c08a012124 stargrave.org
12 [...]
13 @end example