step-sds icon indicating copy to clipboard operation
step-sds copied to clipboard

🔭 Secret discovery service (SDS): simplifying certificate management for relying parties (such as Envoy)

Results 2 step-sds issues
Sort by recently updated
recently updated
newest added

# Description Adding support for ACME on step-sds will provide a simple way to provision Let's Encrypt certificates to envoy.

enhancement

Hello, Making the conditions a bit cleaner for readability and modality. The condition `[[ "${tag_value:0:1}" == "v" ]]` is equivalent to `[[ ${last_half::1} == "v" ]]`, both checking if the...

needs triage