certreplace 0.1.3

CLI tool for replacing x509 certificates and their private keys.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "certreplace"
version = "0.1.3"
edition = "2021"
authors = ["Linus <linuskirkwood@gmail.com>"]
description = "CLI tool for replacing x509 certificates and their private keys."
repository = "https://github.com/lirkwood/certreplace"
keywords = ["x509", "ssl", "certificate", "tls"]
categories = ["command-line-utilities", "config", "filesystem", "parsing"]
license = "GPL-3.0-or-later"

[dependencies]
structopt = "0.3.25"
openssl = { version = "0.10.54", features = ["vendored"] }
time = { version ="0.3.17", features = ["formatting"] }
jwalk = "0.6.0"