Skip to content

tyrchen/certify

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published