Point WFE2 informational page to RFC 8555 (#5278)

The old repo it linked to was old.
This commit is contained in:
Jacob Hoffman-Andrews 2021-02-10 15:57:57 -08:00 committed by GitHub
parent b306060cad
commit acf5873311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ func (wfe *WebFrontEndImpl) Index(ctx context.Context, logEvent *web.RequestEven
response.Header().Set("Content-Type", "text/html")
fmt.Fprintf(response, `<html>
<body>
This is an <a href="https://github.com/ietf-wg-acme/acme/">ACME</a>
This is an <a href="https://tools.ietf.org/html/rfc8555">ACME</a>
Certificate Authority running <a href="https://github.com/letsencrypt/boulder">Boulder</a>.
JSON directory is available at <a href="%s">%s</a>.
</body>