Point WFE2 informational page to RFC 8555 (#5278)
The old repo it linked to was old.
This commit is contained in:
parent
b306060cad
commit
acf5873311
|
|
@ -410,7 +410,7 @@ func (wfe *WebFrontEndImpl) Index(ctx context.Context, logEvent *web.RequestEven
|
||||||
response.Header().Set("Content-Type", "text/html")
|
response.Header().Set("Content-Type", "text/html")
|
||||||
fmt.Fprintf(response, `<html>
|
fmt.Fprintf(response, `<html>
|
||||||
<body>
|
<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>.
|
Certificate Authority running <a href="https://github.com/letsencrypt/boulder">Boulder</a>.
|
||||||
JSON directory is available at <a href="%s">%s</a>.
|
JSON directory is available at <a href="%s">%s</a>.
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue