certify

Crates.iocertify
lib.rscertify
version0.5.2
sourcesrc
created_at2021-03-13 22:20:30.217517
updated_at2023-01-11 04:29:07.390134
descriptionGenerate client cert with CA cert
homepagehttps://github.com/tyrchen/certify
repositoryhttps://github.com/tyrchen/certify
max_upload_size
id368520
size35,512
Tyr Chen (tyrchen)

documentation

https://docs.rs/certify

README

Certify

Create client certificates for your TLS app.

let ca = load_ca(ca_cert_pem, ca_key_pem)?;
let (cert_pem, key_pem) = generate_cert(&ca, &[], "US", "web", "abcd1234", true, 365)?;

License

certify is distributed under the terms of MIT.

See LICENSE for details.

Copyright 2021 Tyr Chen

Commit count: 15

cargo fmt