1
0
mirror of https://github.com/pcvolkmer/cert-tools.git synced 2025-07-01 22:12:55 +00:00

feat: support for PKCS#12 export

This commit is contained in:
2025-05-01 12:43:01 +02:00
parent 5029376529
commit be4af05507
3 changed files with 175 additions and 16 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "cert-tools"
description = "Application to show, check and cleanup content of PEM files"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "GPL-3.0-or-later"
authors = ["Paul-Christian Volkmer"]