Site Content Credentials configuration
Overrides workspace-level C2PA Content Credentials defaults for rendered HTML and media. The web metadata index is only generated for pages that have signed image assets; pages without signed media do not emit an empty index.
Can be a simple boolean, profile shorthand, or detailed configuration, e.g.
# Enable using workspace defaults
[site]
content-credentials = true
# Enable and override the profile
[site]
content-credentials = "public"
# Detailed site Content Credentials configuration
[site.content-credentials]
enabled = true
profile = "public"
signer = "cloud"
soft-binding = true
Type: ContentCredentialsConfig
Whether Content Credentials signing is enabled.
If omitted in the detailed table form, Content Credentials are enabled.
Type: ContentCredentialsProfile (optional)
The privacy/signing projection profile to use.
Type: ContentCredentialsSigner (optional)
The signing backend to use.
Whether Stencila Cloud should store the manifest and register a soft binding for each signed asset.
Defaults to true. Local signing ignores this and emits a warning.
This documentation was generated from site.rs by generate.rs.