Registry / utility / tailscale-certstore

tailscale-certstore

JSON →
library0.1.0gogounverified

Package certstore provides a cross-platform certificate store for Tailscale.

go get github.com/tailscale/certstore
INSTALL
IMPORT
SIG · TAILSCALE-CERTSTOR
T
tailscale-certstore
utilitygov0.1.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.

certstore
github.com/tailscale/certstore

Open the default certificate store

package main import ( "fmt" "github.com/tailscale/certstore" ) func main() { store, err := certstore.Open() if err != nil { panic(err) } defer store.Close() fmt.Println("Certificate store opened") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tailscale-certstore — go get tailscale-certstore · libregistry