Docs example of c2patool --remote usage is confusing
After correctly describing what the --remote option does in the first paragrah, the docs give the following example
c2patool sample/image.jpg -r http://my_server/myasset.c2pa -m sample/test.json -o signed_image.jpgIn the example above, the tool will embed the URL
http://my_server/myasset.c2painsigned_image.jpgthen fetch the manifest from that URL and save it tosigned_image.c2pa.
(emphasis mine)
This directly contradicts the first paragraph, which says that the tool will generate the .c2pa file itself. The tool will not fetch the manifest from the remote URL. It will create it and expects you to then make it accessible at the URL that you specified.
That is correct, it will not fetch the c2pa file, it expects the caller to make that .c2pa file available at the given url. The docs should be updated.
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/CAI-7489 is successfully created for this GitHub issue.