Skip to content

Commit 8f725f2

Browse files
authored
Update README.md
1 parent ca21c3f commit 8f725f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ 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).
75+
**WARNING**: This example accesses the private key and security certficate directly from the local file system. This is fine during development, but doing so in production may be insecure. Instead use a Key Management Service (KMS) or a hardware security module (HSM) to access the certificate and key; for example as show in the [C2PA Python Example](https://github.com/contentauth/c2pa-python-example).
7676

77-
Use a `Builder` to add a manifest to an asset.
77+
Use a `Builder` to add a manifest to an asset:
7878

7979
```py
8080
try:

0 commit comments

Comments
 (0)