utils

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateCertificate

func GenerateCertificate(
	key *rsa.PrivateKey,
	orgName string,
	country string,
	state string,
	locality string,
	address string,
	postCode string,
	expirationYears int,
) (*x509.Certificate, error)

func GeneratePrivateKey

func GeneratePrivateKey(keySize int) (*rsa.PrivateKey, error)

func LoadCertificate

func LoadCertificate(filename string) (*x509.Certificate, error)

func LoadPrivateKey

func LoadPrivateKey(filename string) (*rsa.PrivateKey, error)

func WriteCertificateToPem

func WriteCertificateToPem(cert *x509.Certificate, path string) error

func WriteKeyToPem

func WriteKeyToPem(key *rsa.PrivateKey, path string) error

Types

type PemType

type PemType string
const CertificateType PemType = "CERTIFICATE"
const PrivateKeyType PemType = "RSA PRIVATE KEY"

Jump to

Keyboard shortcuts

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