ca

package
v0.0.0-...-55a6e25 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

ca is a convenience package providing CodeComet root CA as an embed The root is NOT trusted by default. To trust it: - myConfig.Server.ClientCA = ca.CodeComet // uses CodeComet CA for client cert validation - myConfig.Client.RootCAs = []string{ca.CodeComet} // uses CodeComet CA as an extra root CA for cert validation This is also done if passing true to go-core/config.New(true, "myconfiglocation")

Index

Constants

This section is empty.

Variables

View Source
var CodeComet string

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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