Skip to content
#

x509

Here are 266 public repositories matching this topic...

certificates
QuingKhaos
QuingKhaos commented Jul 16, 2020

What would you like to be added

Add support for a DynamoDB storage backend. Although MySQL is available, it would require to run a RDS Instance for it. Extra costs, backup considerations, etc. Even with Aurora Serverless.

DynamoDB is just there, scales as needed with OnDemand pricing and has fine backup capabilities.

Why this is needed

We plan to run step-ca in AWS ECS on Farga

cli
maxxedev
maxxedev commented Feb 6, 2021

What would you like to be added

Add support for inspecting multiple certificates in one file and/or multiple files each of which may contain multiple certificates.

Example:

// multiple certificates in one file
$ step certificate inspect --bundle --format pem https://www.google.com > certs.txt
$ step certificate inspect certs.txt
<shows only one cert>

// multiple input files
$ 

Improve this page

Add a description, image, and links to the x509 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the x509 topic, visit your repo's landing page and select "manage topics."

Learn more