From 067a1bc9759e0e990208312d119b35bc9cabece4 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 27 Aug 2009 13:51:57 +0000 Subject: [PATCH] Add -1 and -2. --- ykpersonalize.1 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ykpersonalize.1 b/ykpersonalize.1 index cf3582d..d9c320f 100644 --- a/ykpersonalize.1 +++ b/ykpersonalize.1 @@ -1,4 +1,5 @@ .\" Copyright (C) 2009 Tollef Fog Heen +.\" Copyright (c) 2009 Yubico AB .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -35,13 +36,24 @@ ykpersonalize - personalize Yubikey OTP tokens .SH SYNOPSIS .B ykpersonalize -[\fI-sfile\fR] [\fI-ifile\fR] [\fI-axxx\fR] [\fI-cxxx\fR] [\fI-ooption\fR] [\fI-v\fR] [\fI-h\fR] +[\fI-1\fR | \fI-2\fR] [\fI-sfile\fR] [\fI-ifile\fR] [\fI-axxx\fR] [\fI-cxxx\fR] [\fI-ooption\fR] [\fI-v\fR] [\fI-h\fR] .\".SH DESCRIPTION .\" Add any additional description here .SH OPTIONS .PP Set the AES key, user ID and other settings in a Yubikey. .TP +\fB\-1\fR +change the first configuration. This is the default and is +normally used for true OTP generation. In this configuration, +TKTFLAG_APPEND_CR is set by default. +.TP +\fB\-2\fR +change the second configuration. This is for Yubikey II only and is +then normally used for static key generation. In this configuration, +TKTFLAG_APPEND_CR, CFGFLAG_STATIC_TICKET, CFGFLAG_STRONG_PW1, +CFGFLAG_STRONG_PW2 and CFGFLAG_MAN_UPDATE are set by default. +.TP \fB\-s\fIfile\fR save configuration to file instead of key. (if file is -, send to stdout) -- 2.39.5