summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-01-09 14:15:07 +0100
committerWerner Koch <wk@gnupg.org>2003-01-09 14:15:07 +0100
commit3051135e16effcd5530acdcc2424775df4d88cea (patch)
tree00061d53d3057fe027d7352c5766ff2b0df40ce1 /README
parentUpdated from NewPG (diff)
downloadgnupg2-3051135e16effcd5530acdcc2424775df4d88cea.tar.xz
gnupg2-3051135e16effcd5530acdcc2424775df4d88cea.zip
Updated from latest NewPG project
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 7796a9436..cbc2e8a10 100644
--- a/README
+++ b/README
@@ -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