x509
Here are 266 public repositories matching this topic...
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Feb 25, 2021 - HTML
-
Updated
Jul 4, 2020 - Go
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
$
Please add provider support for the "botan encryption" command and implement the needed AES operations with PKCS#11.
I could not find any command line tool that I can use for that. OpenSSL's PKCS#11 engine does not support AES either.
-
Updated
Nov 19, 2020 - C++
-
Updated
Jun 30, 2020 - Go
-
Updated
Feb 9, 2021 - Go
-
Updated
Dec 13, 2020 - Python
-
Updated
Feb 25, 2021 - Perl
Chrome returns "MD5" as algorithm, not "md5" and you get error
send error strategies/digest: algorithm Does not match value in provided header
Workaround:
alg := digest.SetHash(crypto.MD5, "MD5")
strategy = digest.New(validateUser, c, alg)
-
Updated
Feb 16, 2021 - PowerShell
-
Updated
Feb 23, 2021 - Dart
-
Updated
Feb 25, 2021 - C
-
Updated
Nov 8, 2020 - C#
-
Updated
Oct 14, 2020 - Go
-
Updated
Feb 20, 2021 - Swift
-
Updated
Jan 6, 2021 - Python
-
Updated
Dec 7, 2020 - Java
Improve this page
Add a description, image, and links to the x509 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the x509 topic, visit your repo's landing page and select "manage topics."
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