-
Notifications
You must be signed in to change notification settings - Fork 582
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 documentation for code signing custom Mattermost builds #7560
base: master
Are you sure you want to change the base?
Conversation
This commit adds a new documentation file `code-signing-custom-builds.rst` under the "Manage Mattermost > Other resources" section. It provides detailed instructions on how to code sign custom Mattermost builds using your own certificates for Windows, Mac, and Linux platforms. The file is also referenced in `other-administration-resources.rst` to ensure visibility and accessibility.
Hello @yesbhautik, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
Newest code from yesbhautik has been published to preview environment for Git SHA c546765 |
@iyampaul - Are you open to helping identify an appropriate reviewer for this docs PR? |
@wiggin77 - Added you as a reviewer as a member of @core-reviewers. Please reassign as needed. |
Added comprehensive documentation on code signing custom Mattermost builds across multiple platforms. This update includes:
code-signing-custom-builds.rst
with step-by-step instructions for Windows, Mac, and Linux.other-administration-resources.rst
for easy navigation.The documentation aims to help users reduce security warnings and ensure smoother installations by following best practices for code signing.
Summary
This pull request introduces a new section in the Mattermost documentation dedicated to the code signing process for custom builds. It provides clear instructions for users to sign their builds, enhancing security and trustworthiness.
Ticket Link
Fixes: #3872