You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ In practice, to use a certificate with the CAI SDK, follow this process:
84
84
85
85
1. Purchase security credentials (certificate and key) from a certificate authority. Either email protection or document signing certificates are valid.
86
86
2. Extract the certificate by using a tool such as OpenSSL. You could also host the certificate in a secure environment like a hardware security module (HSM).
87
-
3. Use one of the supporting CAI libraries or C2PA Tool to sign manifests using the certificate. Both the Rust library and the Python library providing signing support.
87
+
3. Use one of the supporting CAI libraries or C2PA Tool to sign manifests using the certificate.
88
88
89
89
:::tip
90
90
For more details and a short tutorial example, see [Signing manifests](manifest/signing-manifests).
0 commit comments