cells config ssl mode
./cells config ssl mode
Manage HTTPS support on proxy
Synopsis
This command lets you enable/disabled SSL on application main access point.
Three modes are currently supported : - TLS mode : provide the paths to certificate and key (as you would on an apache server) - Self-Signed : a self-signed certificate will be generated at each application start - Disabled : application will be served on HTTP
./cells config ssl mode [flags]
Options
-h, --help help for mode
Options inherited from parent commands
--fork Used internally by application when forking processes
--grpc_cert string Certificates used for communication via grpc
--grpc_key string Certificates used for communication via grpc
--log string Sets the log level mode (default "info")
--registry string Registry used to manage services (default "nats")
SEE ALSO
- ./cells config ssl - Manage SSL configuration