10 releases (5 breaking)
| 0.6.0 | Apr 11, 2025 |
|---|---|
| 0.5.2 | Jan 11, 2023 |
| 0.5.1 | Nov 26, 2022 |
| 0.4.0 | Dec 23, 2021 |
| 0.1.0 | Mar 13, 2021 |
#2373 in Cryptography
141 downloads per month
Used in 2 crates
(via cellar-core)
18KB
416 lines
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
Dependencies
~9–21MB
~337K SLoC