certutils

package
v0.10.20 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Certificates

type Certificates struct {
	// PEM-encoded CA certificate that has been used to sign the server certificate
	CaCertificate []byte
	// PEM-encoded server certificate
	ServerCertificate []byte
	// PEM-encoded private key that has been used to sign the server certificate
	ServerCertKey []byte
}

func GenerateSelfSignedCertificate

func GenerateSelfSignedCertificate(config cert.Config) (*Certificates, error)

This function generates a self-signed TLS certificate

Jump to

Keyboard shortcuts

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