mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fixes canonical url prefix not being quoted and an extra ' at line 67 in the provider_config.toml (#293)
Co-authored-by: JanHoefelmeyer <Jan Höfelmeyer jhoefelmeyer@intevation.de>
This commit is contained in:
parent
4b13e77f6c
commit
87b7844b8b
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
# Set the beginning of the URL where contents are accessible from the internet.
|
# Set the beginning of the URL where contents are accessible from the internet.
|
||||||
# If not set, the provider will read from the $SERVER_NAME variable.
|
# If not set, the provider will read from the $SERVER_NAME variable.
|
||||||
# The following shows an example of a manually set prefix:
|
# The following shows an example of a manually set prefix:
|
||||||
#canonical_url_prefix = https://localhost
|
#canonical_url_prefix = "https://localhost"
|
||||||
|
|
||||||
# Require users to use a password and a valid Client Certificate for write access.
|
# Require users to use a password and a valid Client Certificate for write access.
|
||||||
#certificate_and_password = false
|
#certificate_and_password = false
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
# (one or more of "csaf", "white", "amber", "green", "red").
|
# (one or more of "csaf", "white", "amber", "green", "red").
|
||||||
# The "csaf" entry lets the provider take the value from the CSAF document.
|
# The "csaf" entry lets the provider take the value from the CSAF document.
|
||||||
# These affect the list items in the web interface.
|
# These affect the list items in the web interface.
|
||||||
#tlps = ["csaf", "white", "amber", "green", "red"]`
|
#tlps = ["csaf", "white", "amber", "green", "red"]
|
||||||
|
|
||||||
# Make the provider create a ROLIE service document.
|
# Make the provider create a ROLIE service document.
|
||||||
#create_service_document = false
|
#create_service_document = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue