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

pki

Here are 385 public repositories matching this topic...

certificates
mkkeffeler
mkkeffeler commented Aug 28, 2021

What would you like to be added

We can't query smallstep for anything related to certs because the only thing in the DB is the bytes of the cert. Storing the cert alongside more columns like the common name, not after date, and more, would let us enable more complex queries, and optimize performance for future use cases.

Why this is needed

Enable searching of Certificates signed by attrib

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 Oct 25, 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

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