Registry / crypto / cert
library1.6.0gogounverified

Certificate management utilities for generating and parsing X.509 certificates.

go get gomodules.xyz/cert
INSTALL
IMPORT
SIG · CERT
C
cert
cryptogov1.6.0
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.

cert
gomodules.xyz/cert

Generates a self-signed CA certificate and key.

package main import ( "fmt" "gomodules.xyz/cert" ) func main() { crt, key, err := cert.NewSelfSignedCACert() if err != nil { panic(err) } fmt.Println(string(crt)) fmt.Println(string(key)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
Resources
cert — go get cert · libregistry