Title here
Summary here
OCM supports four signing approaches. Pick the tutorial that matches the trust model you want to use.
| Tutorial | Algorithm | Trust anchor | When to choose it |
|---|---|---|---|
| Plain Signatures | RSA key pair | Public key the verifier holds | Small teams, self-signed workflows, no PKI |
| Certificate Chains (PEM) | RSA + X.509 chain | Root CA the verifier holds | Existing PKI, organizational delegation, key rotation without verifier reconfiguration |
| GPG Signatures | GPG key pair | Public key the verifier holds | Existing GPG-based signing workflows, small teams, no PKI |
| Sigstore (Keyless) | Sigstore (ECDSA, ephemeral) | OIDC identity the verifier trusts | Skip key management entirely; built-in audit trail via the Rekor transparency log |
For the conceptual background and a side-by-side comparison of the three trust models, see Concept: Signing and Verification — Trust Models.