From 139fcf9e767d3762927582c97ec09142f3792e32 Mon Sep 17 00:00:00 2001 From: Sam Bott Date: Mon, 29 Apr 2019 15:19:53 +0100 Subject: [PATCH] Mention -k is KVNO --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 894a9a52..99a342b2 100644 --- a/README.md +++ b/README.md @@ -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