X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/9a4d056afb93c9922b41f1460d256dc400ce653c..0c1b470670e11226dc55311bd13461190bf3cd04:/doc/kerberized-server.mdwn diff --git a/doc/kerberized-server.mdwn b/doc/kerberized-server.mdwn index bb36f93..9530759 100644 --- a/doc/kerberized-server.mdwn +++ b/doc/kerberized-server.mdwn @@ -44,11 +44,11 @@ To change the supported enctypes, run `kadmin`: kadmin -p daemon/kronborg.mit.edu -k -t daemon.kronborg.keytab -Then, create new keys: +From within `kadmin`, to create new keys: ktadd -k daemon.kronborg.keytab -e aes256-cts:normal -e aes128-cts:normal daemon/kronborg.mit.edu -After all tickets currently issued against your service expire (which will happen after at most one day), you should remove the old keys from your keytab: +After all tickets currently issued against your service expire (which will happen after at most one day), you should remove the old keys from your keytab. If there are no outstanding tickets, you can do this from within `kadmin`: ktremove -k daemon.kronborg.keytab daemon/kronborg.mit.edu old