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

(minor) Fix one option value

This commit is contained in:
Fadi Abbud 2022-02-18 13:57:45 +01:00
parent 81fa044bf0
commit d451cc3908

View file

@ -43,5 +43,5 @@ on Debian or Ubuntu.)
To test this see [development-client-certs.md](development-client-certs.md) and To test this see [development-client-certs.md](development-client-certs.md) and
* From the browser after importing the `testclient1.p12`: * From the browser after importing the `testclient1.p12`:
nagivate to the protected directories. nagivate to the protected directories.
* With curl: `curl https://{serverURL}/.well-known/csaf/red/ --cert-type p12 --cert testclient1.crt` * With curl: `curl https://{serverURL}/.well-known/csaf/red/ --cert-type p12 --cert testclient1.p12`