mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Improve nginx example config
* Make files more readable: Move ";" from variable and add it into the nginx config file. * Add missing nginx option `disable_symlinks off;` to the tlp paths.
This commit is contained in:
parent
9bbe3e1eb8
commit
e8166121c7
4 changed files with 8 additions and 8 deletions
|
|
@ -34,8 +34,8 @@ certtool --generate-certificate --load-privkey testserver-key.pem --outfile test
|
|||
cat testserver.crt rootca-cert.pem >bundle.crt
|
||||
|
||||
SSL_CERTIFICATE=$(
|
||||
echo "$PWD/bundle.crt;"
|
||||
echo "$PWD/bundle.crt"
|
||||
)
|
||||
SSL_CERTIFICATE_KEY=$(
|
||||
echo "$PWD/testserver-key.pem;"
|
||||
echo "$PWD/testserver-key.pem"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue