mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Add info to one command (client-certificate-setup.md)
This commit is contained in:
parent
d451cc3908
commit
a5d64a4038
1 changed files with 4 additions and 2 deletions
|
|
@ -43,5 +43,7 @@ on Debian or Ubuntu.)
|
|||
To test this see [development-client-certs.md](development-client-certs.md) and
|
||||
* From the browser after importing the `testclient1.p12`:
|
||||
nagivate to the protected directories.
|
||||
* With curl: `curl https://{serverURL}/.well-known/csaf/red/ --cert-type p12 --cert testclient1.p12`
|
||||
|
||||
* With curl: `curl https://{serverURL}/.well-known/csaf/red/ --cert-type p12 --cert testclient1.p12`.
|
||||
(If the server uses self-signed certifcate one of the following options should be added to the `curl` command:
|
||||
`--insecure` to disable the verification,
|
||||
`--cacert {CA-Certificate-File}` to pass the CA-Certificate that verifies the server).
|
||||
Loading…
Add table
Add a link
Reference in a new issue