Actions
Feature #289
closedAdd option to overwrite existing certificate in target file
Description
Saving to an existing file always appends the certificate to that file.
The Save As... dialog should display and work with an option to replace all certificates in that file with the one being exported.
Updated by Felix Tiede over 6 years ago
Unfortunately, the Save As... dialog does not support an on-demand option to perform this task as intended.
An alternative would be to add a Preference value which could be toggled in the application's settings dialog and would then be valid until changed again.
Updated by Felix Tiede over 6 years ago
It is also possible to ask after the file has been selected if its contents should be overwritten or appended to.
A preferences value might be added to skip that question in the future.
Updated by Felix Tiede over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset libkca_ossl:libkca_ossl|ce81a0c450e0d6581896e6270baf30fa1fc0b245.
Actions