1
0
mirror of https://github.com/pcvolkmer/cert-tools.git synced 2025-07-02 06:22:54 +00:00

feat: show information about the loaded chain

This commit is contained in:
2025-01-06 11:41:38 +01:00
parent 3ec36c1795
commit 13146f474b
4 changed files with 198 additions and 68 deletions

View File

@ -60,4 +60,7 @@ cert-tools merge cert.pem ca.pem > chain.pem
## GUI
In addition to the console-based application, a simple graphical user interface is available in (sub-)package `ui`.
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)