mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix integration tests setup script
* Change from calling the web interface to create the folders to using the `/api/create` so it works even if the web interface is turned off.
This commit is contained in:
parent
dce0a9b51f
commit
490fe4a589
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ create_service_document = true
|
|||
' | sudo tee --append /etc/csaf/config.toml
|
||||
|
||||
# Create the Folders
|
||||
curl https://localhost:8443/cgi-bin/csaf_provider.go/create --cert-type p12 --cert ~/devca1/testclient1.p12 --insecure
|
||||
curl https://localhost:8443/cgi-bin/csaf_provider.go/api/create --cert-type p12 --cert ~/devca1/testclient1.p12 --insecure
|
||||
|
||||
popd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue