Re: [Pki-devel] [PATCH] 706 Fixed missing trust flags in certificate backup.

2016-04-04 Thread Endi Sukma Dewata
On 3/31/2016 7:39 PM, Endi Sukma Dewata wrote: The ConfigurationUtils.backupKeys() has been modified to use PKCS12Util to export the certificates and their trust flags into a PKCS #12 file such that the file can be used for cloning. The code to generate PFX object has been refactored from the

[Pki-devel] [PATCH] 706 Fixed missing trust flags in certificate backup.

2016-03-31 Thread Endi Sukma Dewata
The ConfigurationUtils.backupKeys() has been modified to use PKCS12Util to export the certificates and their trust flags into a PKCS #12 file such that the file can be used for cloning. The code to generate PFX object has been refactored from the PKCS12Util.storeIntoFile() into a separate