Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Mention -k is KVNO
Browse files Browse the repository at this point in the history
  • Loading branch information
sambott authored Apr 29, 2019
1 parent d3e3c8d commit 139fcf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ slot KVNO Principal
ktutil: wkt vault.keytab
```

The KVNO should match the KVNO of the service account. An error will show in the vault logs if this is incorrect.
The KVNO (`-k 1`) should match the KVNO of the service account. An error will show in the vault logs if this is incorrect.

Different encryption types can also be added to the keytab, for example `rc4-hmac` with additional `addent` commands.
Different encryption types can also be added to the keytab, for example `-e rc4-hmac` with additional `addent` commands.

Then base64 encode it:
```sh
Expand Down

0 comments on commit 139fcf9

Please sign in to comment.