From 7f27a63e3c42d9647fe4cf6af56f2a9ca5316c7c Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 1 Aug 2025 11:42:52 +0200 Subject: [PATCH] docs provider-setup.md: Fix create URL in curl command --- docs/provider-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/provider-setup.md b/docs/provider-setup.md index 2fdf1e3..d54268f 100644 --- a/docs/provider-setup.md +++ b/docs/provider-setup.md @@ -144,7 +144,7 @@ on a GNU/Linux operating system. Create the folders: ```(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 in pkcs12 format which includes the corresponding key as well.