Get desktop application:
View/edit binary Protocol Buffers messages
The configuration parameters needed by the configuration tool in order to create the artifacts needed to run a fleetspeak installation.
An name for this installation, e.g. "Nascent" or "Nascent Staging". Required.
A template for the components configuration file that will be generated. The configuration tool will populate the https_config.key and https_config.certificates fields based on the parameters below.
A file containing a PEM encoded certificate that clients should be configured to trust. Typically a CA cert. If this file is not already present, a 10 year self-signed CA certificate and associated private key will be created.
A file containing the private key associated with trusted_cert_file, only required if it is necessary to create server certificates. NOTE: Contains private key material. Only needs to be online when creating new server certificates.
A file containing a PEM encoded certificate that the Fleetspeak server should use to identify itself. If this file is not already present, a 1 year certificate signed directly using the contents of trusted_cert_?(key_)file will be created.
A file containing the private key associated with server_cert_file. Required. NOTE: Contains private key material.
Where to write the fleetspeak server component configuration file. NOTE: Result will contain private key material. Will only be needed by fleetspeak servers.
How clients should find the fleetspeak server(s) used by this installation. Each entry should be of the form "<ip/hostname>:<port>". Note the clients will not perform any intelligent load balancing, rather they will continue to use the first option which works for them. If you are creating your own server certificates, they will need to cover these addresses.
If set, write a linux client configuration file for this installation.
If set, write a linux client configuration file for this installation.
If set, write a linux client configuration file for this installation.
If set, used for SNI server name and client-side certificate validation.