Skip to content

Commit

Permalink
Update concepts_onboarding_checklist.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arajnor99 authored Sep 9, 2024
1 parent 97e9e8e commit 01b6e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/pagecontent/concepts_onboarding_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 01b6e5a

Please sign in to comment.