guardicore / guardicore/monkey

Investigate using New-SelfSignedCertificate in windows deployment script

Open
#980 3 comments 0 reactions 0 assignees View on GitHub
Beginner friendly Complexity: Medium Help wanted Impact: Low
Dominant language
Python
Stars
7.1k
Forks
830
PR merge metrics
No merged PRs in 30d

Description

The [windows deployment scripts](https://github.com/guardicore/monkey/blob/develop/deployment_scripts/deploy_windows.ps1) 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.