x509
Here are 316 public repositories matching this topic...
-
Updated
Apr 23, 2022 - JavaScript
-
Updated
Apr 26, 2022 - HTML
This will allow users to set up API mgmt for provisioners, and unblock users in environments where the ca.json is not easily accessible.
The --enable-admin flag would create the first provisioner and admin (this code already exists, just behind a boolean).
The --acme flag would create an ACME provisioner.
Related: smallstep/certificates#737
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
Apr 7, 2022 - C++
-
Updated
Apr 21, 2022 - Go
-
Updated
May 16, 2022 - Go
-
Updated
May 17, 2022 - Perl
Tasks:
- add docs to token strategy (godoc)
- add links to the readme (api-key, bearer, x-header)
-
Updated
May 3, 2022 - Python
-
Updated
May 13, 2022 - Dart
-
Updated
Sep 3, 2021 - PowerShell
-
Updated
May 4, 2022 - C
-
Updated
Jan 21, 2022 - C#
-
Updated
Apr 14, 2022 - Python
-
Updated
May 12, 2022 - Go
-
Updated
May 14, 2022 - PHP
-
Updated
May 11, 2022 - Go
-
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