commit | dad33157f4bf4f89d0a15a28ea3ccee0bf2f48a5 | [log] [tgz] |
---|---|---|
author | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | Fri May 28 23:52:19 2021 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Feb 09 15:55:44 2022 +0000 |
tree | 320f65e8406ea2d8709d566a8ba2f49c09b73dab | |
parent | 2f5cac09c9fdcbd7088e89628a9095ace3cb0c33 [diff] |
acme/autocert: include email in example At Let's Encrypt, we've found that most autocert users do not provide an email address, which makes it hard to get in touch when things go wrong with their client. Demonstrating how to provide an email will probably encourage more people to provide one. Change-Id: I0aa1ecea7cfbe55ae155804194fb57a8e695c658 GitHub-Last-Rev: 902b5fe2682a6be5af91e886272fd680fd67a94e GitHub-Pull-Request: golang/crypto#186 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/323313 Reviewed-by: Roland Shoemaker <roland@golang.org> Run-TryBot: Roland Shoemaker <roland@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Katie Hockman <katie@golang.org> Trust: Katie Hockman <katie@golang.org>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.