Skip to content

Commit

Permalink
FEATURE fix path to root CA file
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranovskiy-plesk committed Jun 6, 2023
1 parent 8df8b26 commit c96f452
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 @@ -500,7 +500,7 @@ func (wfe *WebFrontEndImpl) CARoot(
logEvent *web.RequestEvent,
response http.ResponseWriter,
request *http.Request) {
filePath := "/tmp/root-cert-rsa.pem"
filePath := "/hierarchy/root-cert-rsa.pem"
caRoot, err := ioutil.ReadFile(filePath)

if err != nil {
Expand Down

0 comments on commit c96f452

Please sign in to comment.