Outdated Version

You are viewing an older version of this section. View current production version.

SSL-SET-CERT

MemSQL Ops has been deprecated

Please follow this guide to learn how to migrate to SingleStore tools.

Info

SingleStore Managed Service does not support this command.

Available since MemSQL Ops version 4.0.31.

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.