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

feat(windows-sign): add unstable ssl.com windows signing #425

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Conversation

Gankra
Copy link
Contributor

@Gankra Gankra commented Sep 13, 2023

No description provided.

@Gankra
Copy link
Contributor Author

Gankra commented Sep 13, 2023

main outstanding question is names of the SECRETS which I made up and don't match ssl.com's defaults. They use ES_USERNAME, ES_PASSWORD, CREDENTIAL_ID, and ES_TOTP_SECRET ("es" is "esign").

{{%- if global_task %}}
- upload-global-artifacts
{{%- endif %}}
runs-on: "ubuntu-20.04"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice we can run it on not-Windows.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah it's pure java, running it on windows is actually harder (they ship the whole jvm x3)

uses: sslcom/esigner-codesign@develop
with:
command: batch_sign
username: ${{ secrets.SSL_CODESIGN_USER }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think using an SSLCOM prefix would make this a little clearer to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed everything to SSLDOTCOM/ssldotcom prefixes (matches how we treat axo.dev) and made these match a bit more with the action's defaults.

@Gankra Gankra force-pushed the secret-sign branch 3 times, most recently from 73fcbff to 6af290a Compare September 18, 2023 13:51
@Gankra Gankra merged commit 50875c3 into main Sep 18, 2023
14 checks passed
@Gankra Gankra deleted the secret-sign branch September 18, 2023 14:06
@Gankra Gankra mentioned this pull request Sep 25, 2023
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

Successfully merging this pull request may close these issues.

2 participants