From 01b6e5a5ccfb552bb4326d559122bc654eab9ae2 Mon Sep 17 00:00:00 2001 From: arajnor99 <153087310+arajnor99@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:44:48 +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 30ffbd835..da669ee7b 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 **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.