Registry / crypto / kabukky-httpscerts

kabukky-httpscerts

JSON →
library0.0.0-20150320125433-617593d7dcb3gogounverified

Package httpscerts generates self-signed TLS certificates for development use.

go get github.com/kabukky/httpscerts
INSTALL
IMPORT
SIG · KABUKKY-HTTPSCERTS
K
kabukky-httpscerts
cryptogov0.0.0-20150320125433-617593d7dcb3
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.

httpscerts
github.com/kabukky/httpscerts

Check for existing certificates and generate self-signed ones if missing

package main import ( "github.com/kabukky/httpscerts" ) func main() { err := httpscerts.Check("cert.pem", "key.pem") if err != nil { httpscerts.Generate("cert.pem", "key.pem", "localhost") } }
Debug
Known issues
gotchaGenerated certificates are self-signed and not suitable for production
fix
Use a proper CA or Let's Encrypt for production TLS
affects: all
Upgrade
Version history
0.0.0-20150320125433-617593d7dcb3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
kabukky-httpscerts — go get kabukky-httpscerts · libregistry