Registry / crypto / letsencrypt

letsencrypt

JSON →
library0.0.3gogounverified

Package letsencrypt is superseded by golang.org/x/crypto/acme/autocert.

go get rsc.io/letsencrypt
INSTALL
IMPORT
SIG · LETSENCRYPT
L
letsencrypt
cryptogov0.0.3
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.

letsencrypt
rsc.io/letsencrypt

Serve HTTPS with automatic Let's Encrypt certificates (deprecated).

package main import ( "log" "net/http" "rsc.io/letsencrypt" ) func main() { var m letsencrypt.Manager log.Fatal(http.Serve(m.HTTPHandler(nil))) }
Debug
Known issues
breakingThis package is deprecated and superseded by golang.org/x/crypto/acme/autocert.
fix
Use golang.org/x/crypto/acme/autocert instead.
affects: >=0.0.0
Upgrade
Version history
0.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
letsencrypt — go get letsencrypt · libregistry