Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/H0llyW00dzZ/csr-generator

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/H0llyW00dzZ/csr-generator

  • v1.0.3
  • Source
  • Go
  • Socket score

Version published
Created
Source

CSR Generator

Go Reference

The CSR Generator is a Go package that provides functionality for generating Certificate Signing Requests (CSRs) and private keys. It simplifies the process of creating CSRs with specified common names and Subject Alternative Names (SANs).

Features

  • Generate CSRs with specified common names and SANs
  • Generate corresponding ECDSA private keys
  • Return CSRs and private keys in PEM format

Currently Supported

[!NOTE] Private CAs that rely on domain and DNS names can be used for Enterprise/DevOps/DevSecOps/Zero Trust purposes.

Example:

example leaf cert issued by Private CAs example leaf cert issued by Private CAs

The generated CSRs and private keys can be used with private CAs like Google Cloud Private CAs. Additionally, they can be bound to Cloudflare for the root CAs (e.g., Custom Origin Store, Custom CAs) for front-end usage.

  • Public CAs that rely on domain and DNS names

TODO

  • Support other elliptic curves (currently, only the P-256 curve is supported)
  • Implement a configuration file for default values and settings
  • Provide a web-based user interface for generating CSRs

License

The CSR Generator package is licensed under the BSD 3-Clause License. See the LICENSE file for more information.

Acknowledgements

The CSR Generator package was inspired by the need for a simple and efficient way to generate CSRs and private keys in Go.

FAQs

Package last updated on 05 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc