Categorygithub.com/hdecarne-github/go-certstore
modulepackage
0.0.9
Repository: https://github.com/hdecarne-github/go-certstore.git
Documentation: pkg.go.dev

# README

Go library for creation and maintenance of X.509 certificate stores

GoDoc Build Coverage Go Report Card

License

This project is subject to the the MIT License. See LICENSE information for details.

# Packages

Package certs provides functions for X.509 certificate management.
Package keys implements a unified interface for key handling.
Package storage provides different backends for versioned data storage.

# Functions

NewStore creates a certificate store using the submitted storage backend and parameters.
NewStoreFromURI creates a certificate store based upon the submitted uri and base path.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

A Registry represents a X.509 certificate store.
RegistryEntries represents a traversable collection of store entries.
RegistryEntry represents a single store entry.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author