Remove an obsolete TODO

This commit is contained in:
Andrew Ayer 2023-01-15 17:00:49 -05:00
parent cd2bb429fc
commit fff3b01b26
1 changed files with 0 additions and 2 deletions

View File

@ -226,8 +226,6 @@ func (info *CertInfo) Environ() []string {
env = append(env, "ISSUER_DN="+info.Issuer.String())
}
// TODO: include SANs in environment
return env
}