guardicore/monkey

Investigate using New-SelfSignedCertificate in windows deployment script

Open

#980 geöffnet am 22. Feb. 2021

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (752 Forks)batch import
Beginner friendlyComplexity: MediumHelp wantedImpact: Low

Repository-Metriken

Stars
 (6.250 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

The windows deployment scripts use OpenSSL to create self-signed certificates. We may be able to remove some complexity in the windows deployment scripts by using powershell's New-SelfSignedCertificate (https://medium.com/the-new-control-plane/generating-self-signed-certificates-on-windows-7812a600c2d8) instead of relying on openssl.

We need to investigate and ensure that openssl isn't needed for any other purpose before making this change.

Contributor Guide