cli

package
v1.15.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2022 License: GPL-3.0 Imports: 18 Imported by: 1

README

CLI

This package implements the Sliver server cli.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// CATypes - CA types
	CATypes = map[string]string{
		"operator": certs.OperatorCA,
		"mtls":     certs.MtlsImplantCA,
		"https":    certs.HTTPSCA,
	}
)

Functions

func Execute

func Execute()

Execute - Execute root command

Types

type CA

type CA struct {
	Certificate string `json:"certificate"`
	PrivateKey  string `json:"private_key"`
}

CA - Exported CA format

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL