Project

General

Profile

Actions

Feature #1447

closed

Export certificates in pkcs12 format

Added by Claudio Thomas about 14 years ago. Updated about 13 years ago.

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):
  1. join crt+key to one single pem-file:
    • cat filename.crt > filename.pem
    • cat filename.key >> filename.pem
  2. 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

Also available in: Atom PDF