The Wayback Machine - https://web.archive.org/web/20210815144036/https://github.com/topics/pki
Skip to content
#

pki

Here are 374 public repositories matching this topic...

certificates
kism
kism commented Jul 31, 2021

What would you like to be added

I'd like to have the option to not have the HSM pin stored in a configuration file, but instead be required to be entered manually by an operator each time the CA is started.

Why this is needed

Having HSM pins sitting on the file system weakens the security in cases of hardware being stolen.

In theory if the PIN is not known then stealing a server a

AutomatedLab is a provisioning solution and framework that lets you deploy complex labs on HyperV and Azure with simple PowerShell scripts. It supports all Windows operating systems from 2008 R2 to 2019, some Linux distributions and various products like AD, Exchange, PKI, IIS, etc.

  • Updated Aug 11, 2021
  • PowerShell
vqhuy
vqhuy commented Aug 4, 2017

During our last meeting, we discussed how should the server/the client compute the commitment:

  • Main concern: server is using a static salt which would allow an attacker to test whether keys exist in the tree
    => client sends salt along with the registration
    => need secure PRNG

  • How to ensure the server is using the right commitment scheme? Client should verify with the scheme specified

johlju
johlju commented Jul 20, 2018

Details of the scenario you tried and the problem that is occurring:
In the resource CertificateImport there should be no need to have the non-mandatory parameter Ensure in the Get-TargetResource function.

https://github.com/PowerShell/CertificateDsc/blob/6906fc5b31a783a899260c9c9d4ba84a02dd4c14/Modules/CertificateDsc/DSCResources/MSFT_CertificateImport/MSFT_CertificateImport.psm1#L65-

Improve this page

Add a description, image, and links to the pki 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 pki topic, visit your repo's landing page and select "manage topics."

Learn more