X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Frule-management.git;a=blobdiff_plain;f=rulemgt-standalone%2Fsrc%2Fmain%2Fassembly%2Fnginx-https.conf;h=fda1ab1658173a8d0a5ee6b1851eef481abafd3c;hp=e4facf14680a256b12d4b709104762e63cbd34f9;hb=abdc7bfcaf9431fd507f0e9cd7fbdb96413386cd;hpb=18a28b93a3c41df917865ee897bd0f51bed760d6 diff --git a/rulemgt-standalone/src/main/assembly/nginx-https.conf b/rulemgt-standalone/src/main/assembly/nginx-https.conf index e4facf1..fda1ab1 100644 --- a/rulemgt-standalone/src/main/assembly/nginx-https.conf +++ b/rulemgt-standalone/src/main/assembly/nginx-https.conf @@ -57,8 +57,8 @@ http { root html; } - ssl_certificate /etc/ssl/certs/holmes-frontend-selfsigned.crt; + ssl_certificate /etc/ssl/public/holmes-frontend-selfsigned.crt; ssl_certificate_key /etc/ssl/private/holmes-frontend.key; - ssl_dhparam /etc/ssl/certs/dhparam.pem; + ssl_dhparam /etc/ssl/public/dhparam.pem; } }