Registry / crypto / mastahyeti-fakeca

mastahyeti-fakeca

JSON →
library0.0.2gogounverified

A Go library for creating fake certificate authorities for testing purposes.

go get github.com/mastahyeti/fakeca
INSTALL
IMPORT
SIG · MASTAHYETI-FAKECA
M
mastahyeti-fakeca
cryptogov0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fakeca
github.com/mastahyeti/fakeca

Create a new fake certificate authority and print its certificate.

package main import ( "fmt" "github.com/mastahyeti/fakeca" ) func main() { ca, _ := fakeca.New() fmt.Println(ca.Certificate) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
7
Resources
mastahyeti-fakeca — go get mastahyeti-fakeca · libregistry