| Crates.io | certkit |
| lib.rs | certkit |
| version | 0.1.0 |
| created_at | 2025-07-28 17:35:47.063262+00 |
| updated_at | 2025-07-28 17:35:47.063262+00 |
| description | A pure Rust library for X.509 certificate management, creation, and validation, supporting RSA, ECDSA, and Ed25519 keys, with no OpenSSL or ring dependencies. |
| homepage | https://github.com/nacardin/certkit |
| repository | https://github.com/nacardin/certkit.git |
| max_upload_size | |
| id | 1771426 |
| size | 172,751 |
A high-level Rust library providing abstractions over certificates and keys. This toolkit simplifies the process of creating certificates, intermediate Certificate Authorities (CAs), and root CAs.
der crateAdd this to your Cargo.toml:
[dependencies]
certkit = "0.1.0"
x509-cert: X.509 certificate handlingder: ASN.1 DER encoding/decodingpkcs8: Private key cryptography standardrsa, p256, ed25519-dalek: Cryptographic algorithmstime: Time handling for certificate validitypem: PEM format encoding/decodingThis crate is distributed under the terms of both the MIT license and the Apache License (Version 2.0), at your option.
See LICENSE for details.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.