From 97e9e8eb3cb9a9a2dc7b6d0260565e5fd832f62d Mon Sep 17 00:00:00 2001 From: arajnor99 <153087310+arajnor99@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:43:08 +0530 Subject: [PATCH] Update concepts_onboarding_checklist.md --- input/pagecontent/concepts_onboarding_checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/pagecontent/concepts_onboarding_checklist.md b/input/pagecontent/concepts_onboarding_checklist.md index e1e3137c6..30ffbd835 100644 --- a/input/pagecontent/concepts_onboarding_checklist.md +++ b/input/pagecontent/concepts_onboarding_checklist.md @@ -207,7 +207,7 @@ This is just an example reference on how to use a Trusted CA certificate in a pr ``` openssl req -x509 -new -days 1461 -newkey ec:<(openssl ecparam -name prime256v1) -extensions ext -keyout CAprivkey.key -nodes -out CAcert.pem -config sca.conf ``` - +### DSC Generation Exmaple **DSC generation example** Document Signer Certificates (DSCs) must be signed by the SCA. Hence, you have to create the SCA certificate (with the corresponding private key) before you can issue DSCs.