SSL-SET-CERT
On this page
Available since MemSQL Ops version 4.
Set an SSL certificate that will be used to serve the web UI through HTTPS.
Usage
usage: memsql-ops ssl-set-cert [--settings-file SETTINGS_FILE] -c CERTIFICATE
-k KEY
Set an SSL certificate that will be used to serve the web UI through HTTPS.
optional arguments:
--settings-file SETTINGS_FILE
A path to a MemSQL Ops settings.conf file. If not set,
we will use the file in the same directory as the
MemSQL Ops binary.
-c CERTIFICATE, --certificate CERTIFICATE
The path to the SSL certificate.
-k KEY, --key KEY The path to the SSL private key.
Last modified: April 25, 2023