Feedback on a Self-signed SSL CA?

This page summarizes the projects mentioned and recommended in the original post on /r/devops

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rgca

    Experiment in SSL CA management.

  • At work we use self-signed certificates for internal and developer use. I inherited some scripts that wrapped the openssl CLI but weren't supporting new uses like the prevalence of Subject Alternatives Names. So I reimagined it and have published what I have so far here: https://github.com/linsomniac/rgca With an appropriate config file, the typical use would be: rgca ca new example.com rgca cert new user1.example.com rgca cert new --san test.example.com --san test2.example.com user2.example.com Basically everything can be configured by settings in (possibly multiple) config files, environment variables, and CLI options. Expected use is that things like the subject values (country, state, locality, email) are set in the config file, so the CLI can be short. Instead of: rgca cert new --C US --ST Colorado --L Fort Collins [...] It should be compatible with existing CA setups with OpenSSL CLI tools, it writes the "serial" and "index.txt" files. Looking for feedback on the direction this is going in. Thanks!

  • cfssl

    CFSSL: Cloudflare's PKI and TLS toolkit

  • Not sure if relevant but we used tooling from CloudFlare in the past: https://github.com/cloudflare/cfssl

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building a monolith in Go - Layout

    1 project | dev.to | 1 May 2024
  • KitOps Release v0.2–Introducing Dev Mode and the ability to chain ModelKits

    1 project | dev.to | 1 May 2024
  • Lag Is Never Where You Want It... Or Don't Want It

    1 project | dev.to | 1 May 2024
  • Show HN: Domain Driven Design Template in Golang

    1 project | news.ycombinator.com | 1 May 2024
  • Borgo is a statically typed language that compiles to Go

    20 projects | news.ycombinator.com | 30 Apr 2024