certreplace 0.1.2

CLI tool for replacing x509 certificates and their private keys.
[dependencies.jwalk]
version = "0.6.0"

[dependencies.openssl]
features = ["vendored"]
version = "0.10.42"

[dependencies.structopt]
version = "0.3.25"

[dependencies.time]
features = ["formatting"]
version = "0.3.17"

[package]
authors = ["Linus <linuskirkwood@gmail.com>"]
categories = ["command-line-utilities", "config", "filesystem", "parsing"]
description = "CLI tool for replacing x509 certificates and their private keys."
edition = "2021"
keywords = ["x509", "ssl", "certificate", "tls"]
license = "GPL-3.0-or-later"
name = "certreplace"
readme = "README.md"
repository = "https://github.com/lirkwood/certreplace"
version = "0.1.2"