> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/nitride/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/nitride/cli/totp.md).

# totp

The command manages Time-based One-Time Passwords in the vHSM system. TOTP tokens are needed to update a policy.

### Usage

```
vhsm nitride totp <subcommand> [options]
```

#### Subcommands

* `create $policy $expiration`Create a new TOTP token for a policy, with a specified expiration time&#x20;
* `delete $totp`Delete a specific TOTP token

## Next Steps

Learn more about the subcommands

* [create](/nitride/cli/totp/create.md)
* [delete](/nitride/cli/totp/delete.md)
