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 authored and alina.dmitrieva committed Jul 30, 2024
1 parent 3cd9530 commit 06fea5c
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 @@ -515,7 +515,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 06fea5c

Please sign in to comment.