autocert icon indicating copy to clipboard operation
autocert copied to clipboard

⚓ A kubernetes add-on that automatically injects TLS/HTTPS certificates into your containers

Results 32 autocert issues
Sort by recently updated
recently updated
newest added

Some applications don't notice when their certificates are changed on disk after auto-renewal. `step ca renew` has an `--exec` option to allow arbitary code to be run at renewal time,...

needs triage

### What would you like to be added The ability to either have autocert create a secret in the namespace with the cert credentials (similar to what step-issuer does) or...

enhancement

### What would you like to be added Add a new annotation that allows the user to get an RSA/EdDSA instead of an ECDSA certificate. ### Why this is needed...

enhancement

How would I go about creating per pod certificate annotations? Looking through the kubernetes / helm docs I'm not seeing an easy way. From what i can see i can...

enhancement

Hey all ! I wonder if you would consider adding a sidecar proxy to the feature list of Autocert. I was thinking that : - on an annotation (autocert.step.sm/inject: true),...

enhancement
wontfix

### What would you like to be added Support for aarm64 default pod/autocert-step-certificates-0 0/1 CrashLoopBackOff 6 9m13s default pod/autocert-854c8956dd-mp7j5 0/1 Running 6 9m13s default pod/autocert-lg46f 0/1 Error 0 9m13s default...

bug
help wanted
need more info

### What would you like to be added Secure kubernetes ingresses with autocert. ### Why this is needed To make it easy to issue certificates to an ingress controller and...

enhancement

This pull request adds support for generating, distributing, and maintaining SSH Host certificates within smallstep/autocert. For ease of review, it is split into several diffs with various goals: 1. Update...

I'm using IdentityServer4 (C#): is an OpenID Connect and OAuth 2.0 framework for ASP.NET Core. I will host IdentityServer4 using Kubernetes + SQL Database for storing client information. In order...

enhancement

### Description Some frameworks do not support `PKCS #1` OR `SEC1 EC` formats for the private key and require the use of `PKCS #8`. See https://github.com/smallstep/autocert/issues/17#issuecomment-725966689 We should add options...

enhancement