The ft_generate_apache_virtual_host_conf
script is used to generate the Apache virtual host configuration file for a Fluid Topics tenant.
Command template:
ft_generate_apache_virtual_host_conf -t $TENANT_ID -dn $DOMAIN_NAME [--cert-key $CERT_KEY] [--cert-file $CERT_FILE] [-v] [-h]
Command example:
ft_generate_apache_virtual_host_conf -t myFluidTopics -dn my_fluitopics.com
Command arguments:
-t
: Expects the ID of the tenant. It corresponds to the name given to the tenant configuration directory. It is case-sensitive. Can also be written--tenant-id
.-dn
: Expects the domain name of the Fluid Topics instance. Can also be written--domain-name
.--cert-key
: Expects the path of the security certkey.--cert-file
: Expects the path of the security certfile.-h
: Displays the help and lists all available optional arguments for the command. Can also be written--help
.-v
: Activates verbose mode. Can also be written--verbose
.
The script is available in the antidot-fluidtopics-reply
package.