From: Simon Josefsson Date: Wed, 18 Apr 2007 13:37:16 +0000 (+0000) Subject: Mention P12 structure. X-Git-Tag: gnutls_1_7_9~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6fa31a2c563cdf12189e581cde2b47463e6bfb1;p=thirdparty%2Fgnutls.git Mention P12 structure. --- 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