pci
Here are 50 public repositories matching this topic...
Create a document in "/Documentation/Markdown/Reference Articles" called FlingOS-Compile-Time-Configuration and include notes on how to configure the default keyboard layout using definitions in the Kernel.Hardware project properties (and not to check-in/commit such a change).
Currently, deploy-app.sh includes a section that configures Istio to use Istio supplied certificates:
It would be helpful to add steps that facilitate creating and using self-generated certificates.
-
Updated
Mar 4, 2020 - C++
-
Updated
Jun 14, 2019 - Objective-C
-
Updated
Dec 14, 2017 - HTML
-
Updated
Feb 15, 2017 - C
-
Updated
Jun 7, 2018 - C
-
Updated
Feb 8, 2018 - C
Add hints. tips for troubleshooting possible Data Connector issues that could be faced during the workshop.
i.e. what to do if a scan fails?
-
Updated
May 25, 2019 - CSS
-
Updated
Apr 24, 2020 - Java
-
Updated
Mar 17, 2017 - Python
-
Updated
Sep 20, 2019 - Java
-
Updated
Mar 8, 2020 - C
-
Updated
Apr 18, 2018 - Elixir
-
Updated
Sep 19, 2019 - Python
-
Updated
Jun 15, 2017 - C
-
Updated
Jul 6, 2017 - PHP
Improve this page
Add a description, image, and links to the pci topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pci topic, visit your repo's landing page and select "manage topics."
Please delete this issue if this is not the proper place to ask. Anyway;
I've got temporary files on disk which I need to encrypt and pass on to http client (that reads IO/streams).
Not sure how to do this right, Pass file and StringIO (as a target) to
SymmetricEncryption::Writer.encryptand then construct new StringIO object from the result?