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

Apply automatic changes

This commit is contained in:
s-l-teichmann s-l-teichmann@users.noreply.github.com 2022-07-20 10:05:55 +00:00
parent 9bb65a8cf8
commit 0375e22747
2 changed files with 4 additions and 0 deletions

View file

@ -132,6 +132,8 @@ insecure = true
[[providers]] [[providers]]
name = "local-dev-provider" name = "local-dev-provider"
domain = "localhost" domain = "localhost"
categories = ["Example Company Product A", "expr:document.lang"]
create_service_document = true
# rate = 1.5 # rate = 1.5
# insecure = true # insecure = true

View file

@ -125,6 +125,8 @@ openpgp_private_key = "/usr/lib/csaf/private.asc"
openpgp_public_key = "/usr/lib/csaf/public.asc" openpgp_public_key = "/usr/lib/csaf/public.asc"
#tlps = ["green", "red"] #tlps = ["green", "red"]
canonical_url_prefix = "https://localhost:8443" canonical_url_prefix = "https://localhost:8443"
categories = ["Example Company Product A", "expr:document.lang"]
create_service_document = true
#no_passphrase = true #no_passphrase = true
``` ```
<!-- MARKDOWN-AUTO-DOCS:END --> <!-- MARKDOWN-AUTO-DOCS:END -->