]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Mention P12 structure.
authorSimon Josefsson <simon@josefsson.org>
Wed, 18 Apr 2007 13:37:16 +0000 (13:37 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 18 Apr 2007 13:37:16 +0000 (13:37 +0000)
doc/gnutls.texi

index 8d27c3fe10f702f178f0b0b215cb7acca714b2d1..dc3d45ba12ad105b5beb9e486243b037ff8be4c6 100644 (file)
@@ -2440,6 +2440,14 @@ certtool --generate-certificate --load-privkey x509-client-key.pem \
 ...
 @end example
 
+To be able to import the client key/certificate into some
+applications, you will need to convert them into a PKCS#12 structure.
+This also encrypts the security sensitive key with a password.
+
+@example
+certtool --to-p12 --load-privkey x509-client-key.pem --load-certificate x509-client.pem --outder --outfile x509-client.p12
+@end example
+
 For icing, we'll create a proxy certificate for the client too.
 
 @example