tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

config (657B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 certDir=/iopr
      6 caCertName=TestCA
      7 caCrlName=TestCA
      8 userCertNames="TestUser510 TestUser511"
      9 userRevokedCertNames="TestUser510"
     10 reverseRunCGIScript="/cgi-bin/client.cgi"
     11 supportedTests="SslSingleHs"
     12 # SslSingleHs: ssl single handshake with out client cert auth
     13 SslSingleHsPort=443
     14 SslSingleHsUrl=/
     15 SslSingleHsParam=NOAUTH:NOCOV:NOCRL
     16 #ParamSslSingleHandshakeWithOutClientCertAuth="443 / NOAUTH:NOCOV:NOCRL"
     17 #ParamSslSingleHandshakeWithOutClientCertAuth="443 /"