diff options
author | Werner Koch <wk@gnupg.org> | 2003-01-09 14:15:07 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-01-09 14:15:07 +0100 |
commit | 3051135e16effcd5530acdcc2424775df4d88cea (patch) | |
tree | 00061d53d3057fe027d7352c5766ff2b0df40ce1 /README | |
parent | Updated from NewPG (diff) | |
download | gnupg2-3051135e16effcd5530acdcc2424775df4d88cea.tar.xz gnupg2-3051135e16effcd5530acdcc2424775df4d88cea.zip |
Updated from latest NewPG project
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -354,7 +354,7 @@ There is some limited support to import a private key from a PKCS-12 file. Note, that this does only import the private key and not any certificates available in that file. - gpg-protect-tool --p12-import --store foo.p12 + gpgsm --call-protect-tool --p12-import --store foo.p12 This require that the gpg-agent is running, alternative you may give the passphrase on the commandline using the option "-P <passphrase>" - @@ -367,6 +367,6 @@ How to export a private key There is also limited support to export a private key in PKCS-12 format. However the certificate is not stored and there is no MAC applied. - gpg-protect-tool --p12-export foo.key >foo.p12 + gpgsm --call-protect-tool --p12-export foo.key >foo.p12 |