diff --git a/doc/tools/netkey-tool.1.xml b/doc/tools/netkey-tool.1.xml index 9d111d38..a9f5ea29 100644 --- a/doc/tools/netkey-tool.1.xml +++ b/doc/tools/netkey-tool.1.xml @@ -41,20 +41,6 @@ Displays a short help message. - - - number, - number - - Use smart card in specified reader. Default is reader 0. - - - - - - Causes netkey-tool to be more verbose. This - options may be specified multiple times to increase verbosity. - pin-value, @@ -83,6 +69,20 @@ Specifies the current value of the local PIN1 (aka local PUK). + + + number, + number + + Use smart card in specified reader. Default is reader 0. + + + + + + Causes netkey-tool to be more verbose. This + options may be specified multiple times to increase verbosity. + @@ -119,11 +119,24 @@ - unblock { pin | pin0 | pin1 } + cert number filename - This unblocks the specified pin. You must specify another pin - to be able to do this and if you don't specify a correct one, - netkey-tool will tell you which one is needed. + This command will read one of your cards certificates (as specified by + number) and save this certificate into file filename + in PEM-format. Certificates on a NetKey E4 card are readable without a pin, so you don't + have to specify one. + + + + cert filename number + + This command will read the first PEM-encoded certificate from file + filename and store this into your smart cards certificate file + number. Some of your smart cards certificate files might be readonly, so + this will not work with all values of number. If a certificate file is + writable you must specify a pin in order to change it. If you try to use this command + without specifying a pin, netkey-tool will tell you which one is + needed. @@ -147,24 +160,11 @@ - cert number filename + unblock { pin | pin0 | pin1 } - This command will read one of your cards certificates (as specified by - number) and save this certificate into file filename - in PEM-format. Certificates on a NetKey E4 card are readable without a pin, so you don't - have to specify one. - - - - cert filename number - - This command will read the first PEM-encoded certificate from file - filename and store this into your smart cards certificate file - number. Some of your smart cards certificate files might be readonly, so - this will not work with all values of number. If a certificate file is - writable you must specify a pin in order to change it. If you try to use this command - without specifying a pin, netkey-tool will tell you which one is - needed. + This unblocks the specified pin. You must specify another pin + to be able to do this and if you don't specify a correct one, + netkey-tool will tell you which one is needed.