update comment

This commit is contained in:
AJ ONeal 2015-07-13 19:08:26 -06:00
父節點 b5c78359fa
當前提交 07155fee6d
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -28,7 +28,7 @@ func main() {
// See https://groups.google.com/a/letsencrypt.org/forum/#!topic/ca-dev/l1Dd6jzWeu8 // See https://groups.google.com/a/letsencrypt.org/forum/#!topic/ca-dev/l1Dd6jzWeu8
/* /*
if strings.HasPrefix("www.", host) { 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) host = strings.TrimPrefix("www.", host)
*/ */