x/crypto/acme/autocert: Expose Subject Alternative Names in manager.GetCertificate #28158
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.11.1
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?darwin,amd64
autocert has a
certRequest
method which can take Subject Alternative Names as input here, but the Manager does not expose a way to pass these values throughGetCertificate
or otherwise. In theory,manager.ExtraExtensions
could enable this but it would require creating a new manager instance for every request which doesn't seem right. Is there another way to use autocert to generate certificates with SANs?The text was updated successfully, but these errors were encountered: