keygen

package
v0.0.0-...-46b9c22 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Utility functions for generating and reading public/private keypairs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateCertificate

func CreateCertificate(certFileName string, privateKey *ecdsa.PrivateKey, id string) error

Creates a public key certificate at certFileName using privateKey with CN=[id].

func CreateKeyPair

func CreateKeyPair(keyFileName string, certFileName string, id string) error

Creates a keypair with CN=[id], private key at keyFileName, and public key certificate at certFileName.

func CreatePrivateKey

func CreatePrivateKey(keyFileName string) (*ecdsa.PrivateKey, error)

Creates a private key at keyFileName (ECDSA, secp384r1 (P-384)), PEM format

Types

This section is empty.

Jump to

Keyboard shortcuts

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