| Crates.io | certify |
| lib.rs | certify |
| version | 0.6.0 |
| created_at | 2021-03-13 22:20:30.217517+00 |
| updated_at | 2025-04-11 22:00:46.142543+00 |
| description | Generate client cert with CA cert |
| homepage | https://github.com/tyrchen/certify |
| repository | https://github.com/tyrchen/certify |
| max_upload_size | |
| id | 368520 |
| size | 54,839 |
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)?;
certify is distributed under the terms of MIT.
See LICENSE for details.
Copyright 2021 Tyr Chen