mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Move example location of config files to /etc
* Move example and integration test configuration files to /etc/csaf, this includes the provider's config.toml as well as the test OpenPGP keys. This shall make it more compatible with good practices like the FHS. Co-authored-by: Jan Höfelmeyer <Jan Höfelmeyer jhoefelmeyer@intevation.de> Co-authored-by: Bernhard Reiter <bernhard@intevation.de>
This commit is contained in:
parent
a84afa35cd
commit
5716374eac
4 changed files with 16 additions and 27 deletions
|
|
@ -9,7 +9,7 @@ sudo chmod g+rw,o-rwx /var/lib/csaf/validations.db
|
|||
|
||||
echo '
|
||||
remote_validator= { "url" = "http://localhost:3000", "presets" = ["mandatory"], "cache" = "/var/lib/csaf/validations.db" }
|
||||
' | sudo tee --append /usr/lib/csaf/config.toml
|
||||
' | sudo tee --append /etc/csaf/config.toml
|
||||
|
||||
# Install nodejs
|
||||
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue