Skip to content

Commit

Permalink
FEATURE fix name and path of ca-root certificate for /ca-root endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Baranovskiy committed May 31, 2024
1 parent 1a526a1 commit fee37f2
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 @@ -504,7 +504,7 @@ func (wfe *WebFrontEndImpl) CARoot(
logEvent *web.RequestEvent,
response http.ResponseWriter,
request *http.Request) {
filePath := "/hierarchy/root-cert-rsa.pem"
filePath := "test/certs/webpki/root-rsa.cert.pem"
caRoot, err := ioutil.ReadFile(filePath)

if err != nil {
Expand Down

0 comments on commit fee37f2

Please sign in to comment.