guardicore/monkey

Investigate using New-SelfSignedCertificate in windows deployment script

Open

Aperta il 22 feb 2021

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Python (6250 star) (752 fork)batch import
Beginner friendlyComplexity: MediumHelp wantedImpact: Low

Descrizione

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.

Guida contributor