You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--sslCertificateKeyPath is mandatory parameter for zs-client.phar vhostValidateTemplate. I think this is an error. In the case of --sslEnabled=false there is no SSL public key file to specify. So the sslCertificateKeyPath should be optional
php /usr/local/bin/zs-client.phar vhostValidateTemplate
ZendServerWebApi Client version 1.2
Zend Server Client v1.0
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ZendServerWebApi
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
* vhostValidateTemplate --name= --port= --template= [--sslEnabled=] [--sslCertificatePath=] --sslCertificateKeyPath [--sslChainPath=] [--target=] [--zsurl=] [--zskey=] [--zssecret=] [--zsversion=] [--http=] [--output-format=]
Validate the existence of the supplied SSL certificate, key and chain provided during creation or edit of a virtual host.
--name Name of virtual host.
--port Port of virtual host.
--template Template text to be validated. Or an absolute path to a local template vhost file.
--sslEnabled Indicates if the provided template to be used is SSL template.
--sslCertificatePath File path to locate the SSL certificate file.
--sslCertificateKeyPath File path to locate the SSL public key file.
--sslCertificateChainPath Full file path to the SSL chain file.
--output-format Output format. Default is "xml", but you can use json or kv(for key-value)
-------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
--sslCertificateKeyPath is mandatory parameter for zs-client.phar vhostValidateTemplate. I think this is an error. In the case of --sslEnabled=false there is no SSL public key file to specify. So the sslCertificateKeyPath should be optional
The text was updated successfully, but these errors were encountered: