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

can certificateFile accept base64 #400

Open
steveoh opened this issue Oct 14, 2021 · 2 comments
Open

can certificateFile accept base64 #400

steveoh opened this issue Oct 14, 2021 · 2 comments

Comments

@steveoh
Copy link

steveoh commented Oct 14, 2021

Having a file available for signing is a bit problematic in a public build pipeline. OSX allows a base64 certificate string to be used which can be stored as a secret very simply. Is this an option or a possibility for this package?

@gregcotten
Copy link

Just came here to ask the same question. Looks like crickets...

@anaisbetts
Copy link
Contributor

anaisbetts commented Dec 31, 2022

certificate is passed directly to Windows SDK signtool.exe verbatim, whatever it supports, Squirrel supports. Having a ~7000+ byte environment variable might blow the max length for the environment block for a process as well (though I definitely sympathize with the want to not have to inject secret files in CI then mop them up afterwards)

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

3 participants