Skip to content

Commit

Permalink
Point WFE2 informational page to RFC 8555 (#5278)
Browse files Browse the repository at this point in the history
The old repo it linked to was old.
  • Loading branch information
jsha committed Feb 10, 2021
1 parent b306060 commit acf5873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wfe2/wfe.go
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit acf5873

Please sign in to comment.