Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
HSM Backend - Skill - OpenSmartRoute
Skillv1.0.0
HSM Backend
Keep the PKCS#11 loader, HSM model enum, wizard, test vectors, and CI matrix in sync when adding an HSM backend
Instruction file imported from Cosmian/kms (.github/instructions/hsm.instructions.md). Copyright stays with the author.
HSM backend sync
A new HSM backend spans the loader crate, the model enum, the wizard, test vectors, and the CI
matrix.
Checklist
PKCS#11 loader crate in crate/hsm/<model>/
HSM model enum updated in crate/server/src/config/ or crate/hsm/base_hsm/
Wizard step in crate/server/src/config/wizard/hsm_wizard.rs
Test vectors in test_data/vectors/hsm/<model>/
CI matrix entry added in .github/workflows/test_all.yml
Rule 4.13 of /kms-sync-rules.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/cosmian-kms-hsm-instructions/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
cosmian-kms-hsm-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "cosmian-kms-hsm-instructions",
"kind": "skill",
"name": "HSM Backend",
"description": "Keep the PKCS#11 loader, HSM model enum, wizard, test vectors, and CI matrix in sync when adding an HSM backend",
"publisher": "Cosmian",
"version": "1.0.0",
"capabilities": {
"domains": [
"math"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Keep the PKCS#11 loader, HSM model enum, wizard, test vectors, and CI matrix in sync when adding an HSM backend"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/Cosmian/kms",
"path": ".github/instructions/hsm.instructions.md",
"ref": "6b3a44767d40c9826639aabacef0b4233ce2d62e",
"url": "https://github.com/Cosmian/kms/blob/6b3a44767d40c9826639aabacef0b4233ce2d62e/.github/instructions/hsm.instructions.md",
"key": "Cosmian/kms/.github/instructions/hsm.instructions.md"
},
"applies_to": "crate/hsm/**/*.rs"
},
"instructions": "# HSM backend sync\n\nA new HSM backend spans the loader crate, the model enum, the wizard, test vectors, and the CI\nmatrix.\n\n## Checklist\n\n- [ ] PKCS#11 loader crate in `crate/hsm/<model>/`\n- [ ] HSM model enum updated in `crate/server/src/config/` or `crate/hsm/base_hsm/`\n- [ ] Wizard step in `crate/server/src/config/wizard/hsm_wizard.rs`\n- [ ] Test vectors in `test_data/vectors/hsm/<model>/`\n- [ ] CI matrix entry added in `.github/workflows/test_all.yml`\n\n> Rule 4.13 of `/kms-sync-rules`.",
"cost": {
"context_tokens": 123
}
}
Fetch it by URL: GET /api/v1/registry/cosmian-kms-hsm-instructions/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.