guardicore/monkey

Investigate using New-SelfSignedCertificate in windows deployment script

オープン

#980 opened on 2021/02/22

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Python (752 件のフォーク)batch import
Beginner friendlyComplexity: MediumHelp wantedImpact: Low

Repository metrics

Stars
 (6,250 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド