From 8ec26ff6bf7bd375a30d7ca2445eddefba5e98a5 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 8 Sep 2025 10:14:50 +0200 Subject: [PATCH] docs: add notice about PKCS #12 file export --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eaddb30..0073652 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,6 @@ cert-tools merge cert.pem ca.pem > chain.pem In addition to the console-based application, a simple [iced](https://github.com/iced-rs/iced)-based graphical user interface is available in (sub-)package `ui`. -![](ui-image.jpeg) \ No newline at end of file +![](ui-image.jpeg) + +The GUI also provides export to a password protected PKCS #12 file, including certificates and private keys. \ No newline at end of file