guardicore/monkey

Investigate using New-SelfSignedCertificate in windows deployment script

開放

#980 建立於 2021年2月22日

 (3 則留言) (0 個反應) (0 位負責人)Python (752 個分叉)batch import
Beginner friendlyComplexity: MediumHelp wantedImpact: Low

倉庫指標

星標
 (6,250 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南