x509
Here are 310 public repositories matching this topic...
-
Updated
Mar 17, 2022 - JavaScript
-
Updated
Mar 18, 2022 - HTML
Hello
What would you like to be added
Currently the step-cli certificate fingerprint foo.pem command only outputs the fingerprint as a SHA256 hash. It would be convenient to have an option to display a SHA1 fingerprint instead.
Why this is needed
Azure Iot Hub services display the fingerprints as SHA1 hashes on the Azure portal, so it's not easy to compare both types of finge
-
Updated
Apr 1, 2021 - Go
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
Feb 19, 2022 - C++
-
Updated
Aug 17, 2021 - Go
-
Updated
Feb 18, 2022 - Go
-
Updated
Feb 10, 2022 - Perl
Tasks:
- add docs to token strategy (godoc)
- add links to the readme (api-key, bearer, x-header)
-
Updated
Feb 25, 2022 - Python
-
Updated
Sep 3, 2021 - PowerShell
-
Updated
Feb 10, 2022 - Dart
-
Updated
Mar 15, 2022 - C
-
Updated
Jan 21, 2022 - C#
-
Updated
Mar 4, 2022 - Python
-
Updated
Sep 16, 2021 - Go
-
Updated
Mar 22, 2022 - PHP
-
Updated
Mar 16, 2022 - Objective-C
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."


The recommendation is to set
Cache-Control: private, no-storeon any endpoint with sensitive information. Because while you can protect the traffic with TLS, you also need to keep sensitive information out of a client's (unencrypted) HTTP cache. I'm not sure how relevant this is to the API context ofstep-cathough—I've never seen an HTTP client library that caches content. But I guess the poi