update comment

This commit is contained in:
AJ ONeal 2015-07-13 19:08:26 -06:00
parent b5c78359fa
commit 07155fee6d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func main() {
// See https://groups.google.com/a/letsencrypt.org/forum/#!topic/ca-dev/l1Dd6jzWeu8
/*
if strings.HasPrefix("www.", host) {
fmt.Println("Because www.example.com is also example.com")
fmt.Println("TODO: 'www.' prefixed certs should be obtained for every 'example.com' domain.")
}
host = strings.TrimPrefix("www.", host)
*/