Nitride
HomeDocumentationTutorials
  • Nitride
  • Documentation
    • What is Nitride?
    • Use Cases
    • Setup
      • Install Nitride
      • Configure
    • Get Started
      • Attesting a MariaDB database with Cloud-Init
    • Concepts
      • Attestation
        • AMD SEV PKI
        • Intel TDX PKI
      • enclaivelet
    • Supported Technologies
  • Tutorials
    • Create identities and policies
    • Attesting a buckypaper VM
  • Developers
    • API
      • Overview
      • Identities
      • Policies
      • Totp
      • Attestations
      • Logs
      • Config
      • Annotations
  • CLI
    • Enable Auth
    • Register Identities
    • Create Policy
    • Create Attestation
    • Enable Namespacing
  • Resources
    • Blog
    • GitHub
    • Youtube
    • CCx101
Powered by GitBook
On this page

Was this helpful?

CLI

This guide helps you initialize and configure Nitride using the vhsm CLI. It covers authentication, identity creation, attestation policies, and namespaced token support.

Configure Nitride using vHSM CLI

Task
Command

Enable Auth

vhsm auth enable -path=ratls ratls

Register Identities

vhsm nitride identity create @<identity>.json

Create Policy

vhsm nitride policy create @policy.json

Create Attestation

vhsm nitride attestation create @attestation.json

Enable Namespacing

vhsm nitride init -namespacing @policy.hcl

Last updated 1 month ago

Was this helpful?