Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated bootstrapper script #436

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Updated bootstrapper script #436

merged 1 commit into from
Dec 2, 2024

Conversation

HotCakeX
Copy link
Owner

@HotCakeX HotCakeX commented Dec 2, 2024

What's Changed

  • Streamlined Installation Process: Simplified the installation of PowerShell for the Harden Windows Security module and AppControl Manager, making it easier to review and comprehend. This update reduces the codebase by 170 lines.
  • Improved Security and Logic: the AppControl function no longer generates a PFX file. Instead, the private key is now configured as non-exportable from the outset, aligning with the native logic implemented in AppControl Manager.
  • Added more useful comments to the code.
  • AppControl function now supports full offline support so if you download the AppControl Manager's MSIX file from GitHub or build it form source code yourself, and have signtool.exe locally available, you can install it in a complete offline environment.

# What's Changed

* Streamlined Installation Process: Simplified the installation of PowerShell for the Harden Windows Security module and AppControl Manager, making it easier to review and comprehend. This update reduces the codebase by 170 lines.
* Improved Security and Logic: AppControl Manager no longer generates a PFX file. Instead, the private key is now configured as non-exportable from the outset, aligning with the native logic implemented in AppControl Manager.
@HotCakeX HotCakeX added the Enhancement 💯 New feature or request label Dec 2, 2024
@HotCakeX HotCakeX self-assigned this Dec 2, 2024
@HotCakeX HotCakeX merged commit b52acc1 into main Dec 2, 2024
4 checks passed
@HotCakeX HotCakeX deleted the Improved-bootstrapper-script branch December 2, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 💯 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant