1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Apply automatic changes

This commit is contained in:
bernhardreiter bernhardreiter@users.noreply.github.com 2022-04-12 14:06:26 +00:00
parent e8166121c7
commit 8711ea67fe
3 changed files with 7 additions and 7 deletions

View file

@ -67,10 +67,10 @@ 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"
)
```
<!-- MARKDOWN-AUTO-DOCS:END -->