Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCACommand ¶
func CreateCACommand(certsFolder *string) *cli.Command
CreateCACommand create the Hub self-signed CA, valid for 10 years This does not require any services to run. To replace an existing CA, use the --force option After creating a new CA, services have to be restarted.
hubcli newca [--certs=CertFolder] [--force]
func HandleCreateCACert ¶
HandleCreateCACert generates the hub self-signed CA private key and certificate in the given folder. Use force to create the folder and overwrite existing certificate if it exists
func HandleViewCACert ¶
HandleViewCACert shows CA certificate information
func ViewCACommand ¶
func ViewCACommand(certsFolder *string) *cli.Command
ViewCACommand shows info on the Hub self-signed CA This does not require any services to run.
hubcli vca [--certs=CertFolder] view
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.