certreplace 0.1.0

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
[package]
name = "certreplace"
version = "0.1.0"
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.42", features = ["vendored"]}
chrono = "0.4.23"