Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Certificates Alternatives
Similar projects and alternatives to certificates
-
mkcert
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
dehydrated
letsencrypt/acme client implemented as a shell-script – just add water
-
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
-
traefik-certs-dumper
Dump ACME data from Traefik to certificates
-
keymaster
Short term certificate based identity system (ssh/x509 ca + openidc) (by Cloud-Foundations)
-
-
-
bless
Repository for BLESS, an SSH Certificate Authority that runs as a AWS Lambda function
-
-
-
cli
🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc. (by smallstep)
-
certstrap
Tools to bootstrap CAs, certificate requests, and signed certificates.
-
-
Nginx Proxy Manager
Docker container for managing Nginx proxy hosts with a simple, powerful interface
-
-
operator-sdk
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
certificates reviews and mentions
- Running one’s own root Certificate Authority in 2023
-
SSH With SSO
You could try step-ca: https://github.com/smallstep/certificates. There’s an OIDC provisioner for SSO and you can sign (short-lived) SSH certificates with it.
-
Web application to manage self-signed certificate authorities/certificates/keys
You could also check out out Step CA: https://github.com/smallstep/certificates and the accompanying CLI. It has an ACME server and other methods for requesting certificates. It can work/integrate with your existing root(s), too.
- Selfhosted CA tutorial
-
ACME setup. Domain required?
This is a lot more complicated setup but it works for me. I run a private CA called step-ca from smallstep and it provides CA and ACME endpoint. I use a .home domain. The trick is the validation for non-http devices which is typically the DNS-01 challenge. For this, I have unbound in pfsense setup to work with acme-dns so I can keep everything internal. Again its complicated but if your learning cyber security it might help get a handle on all things TLS. Btw way behind the scenes I think the ACME plugin is really just running acme.sh bash script which is really good. Final reminder as other have stated. Private CA is great but you need to distro the roots and intermediates out to your clients for trust. If all your trying to do is have an https web gui for pfsense from one device its pretty easy.
-
Looking for an open source certificate management solution.
Step-ca: Not web based, but the CLI is pretty user friendly: https://smallstep.com/certificates/
-
Using k8s-apiserver as AAA server for microservices?
I was just looking at https://smallstep.com/certificates a few days ago. It looks like they have an operator that fits your description as well as example docs for setting up inter-microservice mtls.
-
TLD for internal use for SSL certs
If you want to use a ACME for your internal services you either need to purchase a domain and use LetsEncrypt's DNS-challange or create your own internal CA and use smallstep or something similar as an ACME server.
- Mkcert: Simple zero-config tool to make locally trusted development certificates
-
SSL certificates alternatives for LAN only server??
Best alternative : let's encrypt on premise => https://github.com/smallstep/certificates
-
A note from our sponsor - SonarQube
www.sonarqube.org | 22 Sep 2023
Stats
smallstep/certificates is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of certificates is Go.