tor job from tor/0.2.1
Github source:
7a1390aa
or
master branch
Properties¶
tor
¶
client_keys
¶Authorization data for a hidden service that is only accessible by authorized clients.
hashed_control_password
¶If you enable the controlport, be sure to enable one of these authentication methods, to prevent attackers from accessing it.
hostname
¶The .onion domain name for this hidden service. If the hidden service is restricted to authorized clients only, this also contains authorization data for all clients.
private_key
¶The private key for this hidden service.
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/tor/
directory
(learn more).
bin/monit_debugger
(frombin/monit_debugger
)bin/tor_ctl
(frombin/tor_ctl
)config/torrc
(fromconfig/torrc.erb
)data/properties.sh
(fromdata/properties.sh.erb
)helpers/ctl_setup.sh
(fromhelpers/ctl_setup.sh
)helpers/ctl_utils.sh
(fromhelpers/ctl_utils.sh
)hidden_service/client_keys
(fromhidden_service/client_keys.erb
)hidden_service/hostname
(fromhidden_service/hostname.erb
)hidden_service/private_key
(fromhidden_service/private_key.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.