Skip to content

Commit 399a1d4

Browse files
committed
Change admonition style
1 parent 62fbd3e commit 399a1d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/getting-started.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,15 @@ You must purchase a X.509 v3 security certificate from a certificate authority (
101101
- Comodo Cybersecurity: [S/MIME email signing cert](https://ssl.comodoca.com/s-mime), [document signing cert](https://ssl.comodoca.com/document-signing-certificates)
102102
- Digicert: [S/MIME email signing cert](https://www.digicert.com/tls-ssl/secure-email-smime-certificates), [document signing cert](https://www.digicert.com/signing/document-signing-certificates)
103103

104-
:::note
105104
The above list is for reference only; inclusion does not imply endorsement by CAI or Adobe, Inc.
106-
:::note
107105

108106
When you purchase a certificate, you must select at least one of the extended key usage (EKU) fields that specify what the certificate can be used for: **email protection** and **document signing**. Applications that use the CAI SDK won't accept the certificate unless it has one of these EKUs.
109107

110108
### Extracting the certificate
111109

112110
To work with the certificate, you need to extract it. When the CAI SDK adds Content Credentials to an asset, it incorporates the certificate (including the associated public key) into the manifest.
113111

114-
:::danger
112+
:::info Important
115113
The _private key_ associated with the certificate is extremely sensitive. Always treat it with the highest security to ensure your credentials are not compromised. If someone does obtain your private key, they will be able to sign C2PA manifests and other content on your behalf without your consent.
116114
:::
117115

0 commit comments

Comments
 (0)