mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
docs provider-setup.md: Fix create URL in curl command
Some checks failed
generate-markdown / auto-update-readme (push) Has been cancelled
Some checks failed
generate-markdown / auto-update-readme (push) Has been cancelled
This commit is contained in:
parent
ae184eb189
commit
7f27a63e3c
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ on a GNU/Linux operating system.
|
||||||
|
|
||||||
Create the folders:
|
Create the folders:
|
||||||
```(shell)
|
```(shell)
|
||||||
curl https://192.168.56.102/cgi-bin/csaf_provider.go/create --cert-type p12 --cert {clientCertificat.p12}
|
curl https://192.168.56.102/cgi-bin/csaf_provider.go/api/create --cert-type p12 --cert {clientCertificat.p12}
|
||||||
```
|
```
|
||||||
Replace {clientCertificate.p12} with the client certificate file
|
Replace {clientCertificate.p12} with the client certificate file
|
||||||
in pkcs12 format which includes the corresponding key as well.
|
in pkcs12 format which includes the corresponding key as well.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue