pages.zh: update outdated pages (#11939)

This commit is contained in:
Sebastiaan Speck
2024-01-01 10:38:53 +01:00
committed by GitHub
parent ef0f5499ad
commit 81ddb70476
59 changed files with 125 additions and 205 deletions

View File

@@ -5,12 +5,12 @@
- 生成 TOTP 令牌(行为类似于 Google Authenticator
`oathtool --totp --base32 {{密码}}`
`oathtool --totp --base32 "{{密码}}"`
- 根据给定时间产生特定的 TOTP 令牌:
`oathtool --totp --now {{2004-02-29 16:21:42}} --base32 {{密码}}`
`oathtool --totp --now "{{2004-02-29 16:21:42}}" --base32 "{{密码}}"`
- 验证 TOTP 令牌:
`oathtool --totp --base32 {{密码}} {{令牌}}`
`oathtool --totp --base32 "{{密码}}" "{{令牌}}"`