Sha256: a1d88772e8cda376cce31406ce22caf0173448ea92c3695a77e83a9090c92af5
Contents?: true
Size: 865 Bytes
Versions: 9
Compression:
Stored size: 865 Bytes
Contents
The webui.yaml file holds configuration options for the Arachni WebUI and any service that may be started or accessed by it such as RPC Dispatchers and Instances. It currently contains only SSL options in the form of: ------------------- ssl: server: enable: key: cert: ca: client: enable: key: cert: ca: ------------------- Options under "server" refer to Arachni-RPC server. Options under "client" refer to the RPC clients, such as the WebUI itself, and used to communicate with Dispatchers and Instances. key: private key cert: certificate ca: CA certificate All the options must be paths to ".pem" files and the keys should *NOT* be encrypted. If you use encrypted keys you will cripple the system. It is very important that you set 'enable' to true when you configure any parameters.
Version data entries
9 entries across 9 versions & 1 rubygems