Merge pull request #4101 from silversword411/master

docs - adding Code signing section
This commit is contained in:
Ylian Saint-Hilaire 2022-06-09 10:00:09 -07:00 committed by GitHub
commit 9637f0d839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
## Authenticode-JS Video
Nodejs Code Signing module
<div class="video-wrapper">
<iframe width="320" height="180" src="https://www.youtube.com/embed/xteKscs_Jgo" frameborder="0" allowfullscreen></iframe>
</div>
## Automatic Agent Code Signing
If you want to self-sign the mesh agent so you can whitelist the software in your AV, and lock it to your server and organization.
<div class="video-wrapper">
<iframe width="320" height="180" src="https://www.youtube.com/embed/qMAestNgCwc" frameborder="0" allowfullscreen></iframe>
</div>

View File

@ -11,6 +11,7 @@ nav:
- 'All Configuration Options': 'meshcentral/config.md'
- 'Tokens': 'meshcentral/tokens.md'
- 'Assistant': 'meshcentral/assistant.md'
- 'Code Signing': 'meshcentral/codesigning.md'
- 'Debugging': 'meshcentral/debugging.md'
- Design and Architecture: