certificates

package
v1.6.9 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: GPL-3.0 Imports: 17 Imported by: 0

README

client/command/certificates

Overview

Implements the 'certificates' command group for the Sliver client console.

Go Files

  • authorities.go – Retrieves certificate authority metadata from the server and prints it in a table.
  • completions.go – Provides tab completion helpers for certificate common names.
  • certificates.go – Retrieves certificate metadata from the server, formats expiration status, and prints results to the console.
  • commands.go – Registers the certificates command and binds the flags needed to query certificate inventories.

Documentation

Index

Constants

View Source
const (
	MTLSTransport uint32 = 1 << iota
	HTTPSTransport
	AllTransports
)

Defining the transport filters

View Source
const (
	// Provide some separation between the options so that we do not have duplicate combinations
	ServerRole uint32 = 8 << iota
	ImplantRole
	AllRoles
)

Defining the role filters

Variables

This section is empty.

Functions

func CertificateAuthoritiesCmd added in v1.6.9

func CertificateAuthoritiesCmd(cmd *cobra.Command, con *console.SliverClient, args []string)

func CertificateCommonNameCompleter added in v1.6.9

func CertificateCommonNameCompleter(con *console.SliverClient) carapace.Action

CertificateCommonNameCompleter completes common names for stored certificates.

func CertificateInfoCmd

func CertificateInfoCmd(cmd *cobra.Command, con *console.SliverClient, args []string)

func Commands

func Commands(con *console.SliverClient) []*cobra.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

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