Actions
Feature #1447
closedExport certificates in pkcs12 format
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Certificates
Target version:
-
Start date:
04/20/2011
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
It would help if the stored certificates could be exported also in PKCS12-format, because many clients (like some on Android and Windows) need these format.
At time I always need do do it manually after downloading the certificate parts (key+crt):- join crt+key to one single pem-file:
- cat filename.crt > filename.pem
- cat filename.key >> filename.pem
- run openssl to create the new file
- openssl pkcs12 -export -in filename.pem -out filename.p12
These is not a lot of work for me, but I think that many other must do the same and it should be easy to add a button at "System: Certificate Authority Manager" witch creates an export such a file.
Actions