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

Sign appxbundle with certificate #229

Open
wekitecs opened this issue Feb 1, 2021 · 3 comments
Open

Sign appxbundle with certificate #229

wekitecs opened this issue Feb 1, 2021 · 3 comments
Labels
Credentials Issues related to credentials, access rights, and secrets priority: medium
Milestone

Comments

@wekitecs
Copy link

wekitecs commented Feb 1, 2021

In GitLab by @BenediktHensen on Feb 1, 2021, 10:26

At the moment, the appxbundle installer files are signed with a generic test certificate. It is only valid for one year after the compilation. This also means that the customers can only use the application for one year without updating to a newer version or asking us for a re-compile.

We should consider creating an own, longer-lasting certificate that we inject into the CI pipeline to sign the appxbundles with it.

@wekitecs
Copy link
Author

wekitecs commented Feb 3, 2021

In GitLab by @william.guest on Feb 3, 2021, 11:18

@BenediktHensen do you see this as part of sprint 5, or it comes later?

@wekitecs
Copy link
Author

wekitecs commented Feb 3, 2021

In GitLab by @BenediktHensen on Feb 3, 2021, 11:56

Yes, we should realize this quickly if we want to provide longer-lasting builds to customers.

@wekitecs
Copy link
Author

wekitecs commented Apr 1, 2021

In GitLab by @BenediktHensen on Apr 1, 2021, 16:13

The certificate can be written into the repository's secrets.
From there, they can be pulled into the CI runner for each run.

@fominykh fominykh added the Credentials Issues related to credentials, access rights, and secrets label Jul 25, 2023
@fwild fwild added this to the devops milestone Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Credentials Issues related to credentials, access rights, and secrets priority: medium
Projects
Status: No status
Development

No branches or pull requests

3 participants