diff --git a/helpers.go b/helpers.go index ceb491a..9f1586b 100644 --- a/helpers.go +++ b/helpers.go @@ -226,8 +226,6 @@ func (info *CertInfo) Environ() []string { env = append(env, "ISSUER_DN="+info.Issuer.String()) } - // TODO: include SANs in environment - return env }