Code Monkey home page Code Monkey logo

rust-keycert's Introduction

rust-keycert

Self-Signed Certificate Generator in Rust

image

This Rust-based utility provides an easy and efficient way to generate self-signed ECDSA certificates for local development and testing purposes. Wrapped around the power of OpenSSL, this tool ensures the creation of secure certificates, aptly designed for local HTTPS servers, development, and testing environments.

Features ๐ŸŒŸ

  • ECDSA-based Certificates: Utilizes the Elliptic Curve Digital Signature Algorithm for modern, secure, and efficient certificates.
  • PEM Formatted Output: Generates both the private key and certificate in the widely accepted PEM format.
  • Pre-configured for localhost: Ideal for local web development and testing.
  • Validation Tools: Includes helper functions and utilities for validating the generated certificates.

Getting Started ๐Ÿš€ Prerequisites

Rust & Cargo: Ensure you have Rust and Cargo installed.
OpenSSL: Make sure you have the OpenSSL development libraries installed.

Building from Source

git clone https://github.com/luishsr/rust-keycert.git
cd repository_name
cargo build --release

Usage

Once built, run the utility:

./target/release/certificate_generator

This will generate a localhost.key (private key) and localhost.crt (certificate) in the current directory. Testing & Validation ๐Ÿงช

Refer to our Testing Guide for steps on how to validate and test the generated certificates. Contributing ๐Ÿค

All contributions, from beginners to experts, are welcome! Check out the Contributing Guide for details on how to start contributing. License ๐Ÿ“œ

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

Crafted by Luis Soares. Feel free to star โญ the repository if this project helped you!

rust-keycert's People

Contributors

luishsr avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.