Skip to content

Commit 3cded9d

Browse files
author
Rand McKinney
committed
Add note about not accessing cert locally in prod
1 parent ec6cbdb commit 3cded9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ except Exception as err:
7272

7373
### Add a signed manifest to a media file or stream
7474

75+
**WARNING**: This example accesses the private key and security certficate directly from the local file system. This is fine during development, but don't do it production because it exposes these sensitive files to potential attackers. Instead use a hardware security module (HSM) and optionally a Key Management Service (KMS) to access them; for example as show in the [C2PA Python Example](https://github.com/contentauth/c2pa-python-example).
76+
7577
Use a `Builder` to add a manifest to an asset.
7678

7779
```py

0 commit comments

Comments
 (0)