Skip to content
#

pki

Here are 298 public repositories matching this topic...

certificates
hongkongkiwi
hongkongkiwi commented Nov 29, 2019

What would you like to be added

I would love to have a MongoDB database connector.

Why this is needed

All our other services use MongoDB and I would love to keep everything unified in one database system.

Failing that, is it possible to provide a pluggable webhook that we can have and then enter into our own database?

GlennJC
GlennJC commented Feb 1, 2019

How to correctly merge parameters from Get-LabPostInstallationActivity and HostStart.ps1 for Custom Roles

When using custom roles (I'll use the MDT role as an example), parameters not provided in the Get-LabPostInstallationActivity call from the parent script are not merged with the param definition in the HostStart.ps1 file, causing the Sync-Parameter call to end up with an incomplete list

aral
aral commented Apr 5, 2020

When I first tried to get Pebble running using the binary I downloaded from the releases, it complained about missing files it was looking for. I got it working by copying the test directory from the source repository into the same folder as the Pebble binary. With that, I was able to run Pebble without needing to specify any arguments.

This would be useful to document for people just startin

the-suspect2
the-suspect2 commented Oct 21, 2019

Can't even get the example command to run, getting an error:

PS C:\some\current\dir\with\the script file> . .\New-SelfSignedCertificateEx.ps1
PS C:\some\current\dir\with\the script file> New-SelfsignedCertificateEx -Subject "CN=www.domain.com" -EKU "Server
 Authentication", "Client authentication" `
>> -KeyUsage "KeyEncipherment, DigitalSignature" -SAN "sub.domain.com","www.domain.com",

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

You can’t perform that action at this time.