Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEnrollCommand ¶
func NewEnrollCommand(p common.OptionsProvider) *cobra.Command
Types ¶
type EnrollAction ¶ added in v0.25.11
type EnrollAction struct {
EnrollOptions
}
func (*EnrollAction) Run ¶ added in v0.25.11
func (e *EnrollAction) Run() error
type EnrollOptions ¶ added in v0.25.11
type EnrollOptions struct { common.CommonOptions RemoveJwt bool KeyAlg ziti.KeyAlgVar JwtPath string OutputPath string KeyPath string CertPath string IdName string CaOverride string Username string Password string }
EnrollOptions contains the command line options
Click to show internal directories.
Click to hide internal directories.