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 authored and Vladislav Baranovskiy committed May 8, 2024
1 parent c0bb014 commit 97f17a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wfe2/wfe.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,11 +513,15 @@ func (wfe *WebFrontEndImpl) CARoot(
logEvent *web.RequestEvent,
response http.ResponseWriter,
request *http.Request) {
<<<<<<< HEAD

Check failure on line 516 in wfe2/wfe.go

View workflow job for this annotation

GitHub Actions / govulncheck

expected statement, found '<<'
<<<<<<< HEAD
filePath := "/hierarchy/root-cert-rsa.pem"
=======
filePath := "/tmp/root-cert-rsa.pem"
>>>>>>> 76f48f0b3 (Added ability to get Root CA content)
=======
filePath := "/hierarchy/root-cert-rsa.pem"
>>>>>>> 44e430f71 (FEATURE fix path to root CA file)
caRoot, err := ioutil.ReadFile(filePath)

if err != nil {

Check failure on line 527 in wfe2/wfe.go

View workflow job for this annotation

GitHub Actions / govulncheck

undefined: err
Expand Down

0 comments on commit 97f17a2

Please sign in to comment.