trust_cert 0.0.3

Install certificate to your system trust zone.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.rcgen]
features = ["x509-parser"]
version = "0.9"

[package]
description = "Install certificate to your system trust zone."
edition = "2021"
license = "MIT"
name = "trust_cert"
version = "0.0.3"
[target."cfg(unix)".dependencies.nix]
default-features = false
features = ["user"]
version = "0.25"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Security_Cryptography", "Win32_Foundation"]
version = "0.39"