Documentation ¶
Index ¶
Constants ¶
View Source
const ( CommandName = "tls" NginxUid = 101 // Hardcoded in nginx vendor container NginxGid = 101 // Hardcoded in nginx vendor container DefaultNginxTlsFolder = "/etc/ssl/nginx" DefaultNginxCertFile = "nginx.crt" DefaultNginxKeyFile = "nginx.key" )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand( lc logger.LoggingClient, args []string) (*cmd, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.