Bug 573111 - Action to export certificate/key from the
TrustCertificateDialog
diff --git a/4.20/platform.html b/4.20/platform.html
index 53fa692..f34e3a5 100644
--- a/4.20/platform.html
+++ b/4.20/platform.html
@@ -43,6 +43,16 @@
<h2>Views, Dialogs and Toolbar </h2>
</td>
</tr>
+
+ <tr id="export-certificate-at-install"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=573111 -->
+ <td class="title">Export certificate during installation</td>
+ <td class="content">
+ When installing software into the workbench and that software is signed but with an untrusted certificate,
+ the dialog to review trusted certificates now shows an button to <b>📥 Export...</b> the selected certifiacte
+ into their own <code>*.der</code> file. This can facilitate review of the certificate, for example in order to
+ get it audited by some other external service, tool or workflow before approval.
+ </td>
+ </tr>
<!-- ******************* End of Views, Dialogs and Toolbar ************************************* -->
<!-- ******************* Text Editors ************************************* -->