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

Add ability to perform sign step with pre-generated key #855

Closed
mjc4wilton opened this issue Dec 31, 2024 · 2 comments
Closed

Add ability to perform sign step with pre-generated key #855

mjc4wilton opened this issue Dec 31, 2024 · 2 comments

Comments

@mjc4wilton
Copy link

I understand why this feature was originally removed, however it would help us significantly as we run our own private modpack and manually re-sign all addons with a key generated for each modpack version. Having the ability to either move away from dssign (ideal) or even just be able to build our own addons without having to redo them as well would be nice.

To prevent newer modders from using it incorrectly, I propose that it is something that can be done via a rhai script so I can hook into the release stages and sign the files there with a necessary key. Additionally, having a hemtt util to just re-sign generic PBOs would be nice for when we resign other mods to minimize the number of tools we are working with, however I can understand if this is cut.

@BrettMayson
Copy link
Owner

https://github.com/SynixeContractors/resign

I'd rather polish that project and have people use it for this purpose, as that's what I use it for.

It resigns every mod with its own new key anytime they change, so it's Swifty friendly

@BrettMayson
Copy link
Owner

That repo was released as https://github.com/BrettMayson/Pallas

@BrettMayson BrettMayson closed this as not planned Won't fix, can't repro, duplicate, stale Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants