Skip to content

Commit

Permalink
feat(os): added OpenSSL for windows link
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Egenolf committed May 17, 2024
1 parent a9d2494 commit 76cd2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/certgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd scripts/certgen

## Execution On Windows
Windows plattform you can use [gen_all_certs.ps1](gen_all_certs.ps1) instead.
Please note that you need to have OpenSSL installed and added to your PATH environment variable.
Please note that you need to have [OpenSSL installed](https://slproweb.com/products/Win32OpenSSL.html) (e.g. Win64 OpenSSL v3.3.0 Light) and added to your PATH environment variable.
Also you may need allow the execution by setting an execution policy

```
Expand Down

0 comments on commit 76cd2e8

Please sign in to comment.