keygen

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2021 License: MIT 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, accId string) error

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

func CreateKeyPair

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

Creates a keypair with CN=[accId], 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