summaryrefslogtreecommitdiff
path: root/doc/gnutls.texi
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-04-18 13:37:16 +0000
committerSimon Josefsson <simon@josefsson.org>2007-04-18 13:37:16 +0000
commitd6fa31a2c563cdf12189e581cde2b47463e6bfb1 (patch)
tree4e7558f5e974be0e8390acc7b86252ab79256255 /doc/gnutls.texi
parentd023114ddd93dff0a8fd228c1d8e926eb4c564ef (diff)
downloadgnutls-d6fa31a2c563cdf12189e581cde2b47463e6bfb1.tar.gz
Mention P12 structure.
Diffstat (limited to 'doc/gnutls.texi')
-rw-r--r--doc/gnutls.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index 8d27c3fe10..dc3d45ba12 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -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