Remove Let's Encrypt from Index()

This commit is contained in:
Richard Barnes 2015-05-31 23:26:26 -04:00
parent c37e13fd4a
commit 1492c8b0cf
1 changed files with 3 additions and 5 deletions

View File

@ -117,11 +117,9 @@ func (wfe *WebFrontEndImpl) Index(response http.ResponseWriter, request *http.Re
tmpl := template.Must(template.New("body").Parse(`<html>
<body>
<a href="https://letsencrypt.org/">Let's Encrypt</a> Certificate Authority
running <a href="https://github.com/letsencrypt/boulder">Boulder</a>,
a reference <a href="https://letsencrypt.github.io/acme-spec/">ACME</a>
server implementation. New registration is available at
<a href="{{.NewReg}}">{{.NewReg}}</a>.
This is an <a href="https://github.com/letsencrypt/acme-spec/">ACME</a>
Certificate Authority running <a href="https://github.com/letsencrypt/boulder">Boulder</a>,
New registration is available at <a href="{{.NewReg}}">{{.NewReg}}</a>.
</body>
</html>
`))