Expand description
Certificate generation utilities for trojan-rs.
This crate provides CLI tools for generating self-signed TLS certificates.
§Usage
trojan cert generate --domain example.com --ip 127.0.0.1 --output /etc/trojan/Re-exports§
pub use cli::CertArgs;pub use cli::CertCommands;pub use cli::GenerateArgs;pub use generate::CertError;pub use generate::generate;
Modules§
Functions§
- run
- Run the cert CLI with the given arguments.