Home

Site Content Credentials Config

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

enabled

Type: boolean (optional)

Whether Content Credentials signing is enabled.

If omitted in the detailed table form, Content Credentials are enabled.

profile

Type: ContentCredentialsProfile (optional)

The privacy/signing projection profile to use.

Defaults to public.

ValueDescription
publicPublic-safe credential metadata.
privateMore local detail for internal sharing.
fullFull local detail for controlled archives.

signer

Type: ContentCredentialsSigner (optional)

The signing backend to use.

Defaults to auto.

ValueDescription
autoUse Cloud signing when available, otherwise fall back to local signing.
cloudUse Stencila Cloud's signing service.
localUse the local self-signed signing identity.

soft-binding

Type: boolean (optional)

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.

© 2026 Stencila