1
0
mirror of https://github.com/pcvolkmer/cert-tools.git synced 2025-09-13 11:12:52 +00:00

docs: add notice about PKCS #12 file export

This commit is contained in:
2025-09-08 10:14:50 +02:00
parent d5e6ede529
commit 8ec26ff6bf

View File

@@ -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 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`. interface is available in (sub-)package `ui`.
![](ui-image.jpeg) ![](ui-image.jpeg)
The GUI also provides export to a password protected PKCS #12 file, including certificates and private keys.