cert-gen

This is a Rust function that generates a new SSL certificate and private key signed by a specified Certificate Authority (CA). The function takes two arguments:

The function creates a new DistinguishedName object with the specified domain name, and a new CertificateParams object with the following properties:

The function then creates a new Certificate object using the CertificateParams object, and signs it with the specified CA using the serialize_pem_with_signer method. Finally, the function saves the signed certificate and private key files to disk in the certs directory within the directory you run the command from, with filenames based on the specified domain name.

Usage

To use this function in your Rust code, you'll need to import the necessary crates and dependencies, and then call the function with the required arguments. Here's an example:

```rust use rcgen::Certificate; use signedcertwith_ca;

// Assume ca_cert is a Certificate object representing the CA to sign the new certificate with. let dnname = "example.com".tostring();

signedcertwithca(cacert, dn_name); ```

This will generate a new SSL certificate and private key for the domain example.com, signed by the specified CA.

Dependencies

This function depends on the following Rust crates:

rcgen: Used to generate SSL certificates and private keys. std::fs: Used to save the generated files to disk.

License

This code is licensed under the MIT License. See the LICENSE file for details.

Appreciation

This project would not been finished without the awesome help of brsnik and est31 so many thanks to them.