-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
acme/autocert: return error if Prompt not set
Without this, autocert will panic with an unhelpful nil pointer inside the acme client. Reorganized the test suite's ACME server stub creation, as I needed to be able to stand up a test where GetCertificate was expected to fail. Change-Id: Ie5e19c6e7766b4578c9b3c16789d7b27bd3be163 Reviewed-on: https://go-review.googlesource.com/40951 Reviewed-by: Brad Fitzpatrick <[email protected]> Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
- Loading branch information
1 parent
c5dd37d
commit 01ea707
Showing
2 changed files
with
69 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters