Skip to content

Commit

Permalink
docs: add YubiHSM2 capabilities for ECDSA
Browse files Browse the repository at this point in the history
Backports #48421
  • Loading branch information
nklaassen authored and ptgott committed Nov 15, 2024
1 parent b41d2a1 commit 81015f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/pages/admin-guides/deploy-a-cluster/hsm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,8 @@ to use.
Enter password:
Created session 0
# Create an Authentication Key for Teleport
yubihsm> put authkey 0 0 "Teleport Auth Key" 1 generate-asymmetric-key:sign-pkcs:sign-pss:sign-ecdsa:delete-asymmetric-key sign-pkcs:sign-pss:decrypt-pkcs:decrypt-oaep:sign-ecdsa
Enter password:
# Create an Authenticate Key for Teleport
yubihsm> put authkey 0 0 "Teleport Auth Key" 1 generate-asymmetric-key:sign-pkcs:sign-pss:sign-ecdsa:delete-asymmetric-key sign-pkcs:sign-pss:decrypt-pkcs:decrypt-oaep:sign-ecdsa hunter22
Stored Authentication key 0x85cf
# Make sure you can open a session with the new authentication key and password
Expand Down

0 comments on commit 81015f9

Please sign in to comment.