mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
add note about converting keys to standard format.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35653 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a4e0d82300
commit
a5a4100f1f
1 changed files with 11 additions and 0 deletions
|
@ -13,3 +13,14 @@ revoke.crl
|
|||
may be set to a revocation list for certificates which have been
|
||||
revoked by the trusted authorities.
|
||||
At present, no revocation list is provided.
|
||||
|
||||
You may want to put keys here too ...if you have an openssl 'traditional' style
|
||||
key you may (depending on your version of gnutls: newer versions can read
|
||||
openssl specific keys) need to convert it to the standard PKCS8 format.
|
||||
You can use openssl to do that as follows:
|
||||
|
||||
openssl pkcs8 -topk8 -v2 des3 -in old_key.pem -out new_key.pem
|
||||
|
||||
You will be asked (3 times) for the password for the key, as the tool needs to
|
||||
decrypt it and encrypt it again in standard format.
|
||||
|
||||
|
|
Loading…
Reference in a new issue