docs - adding Code signing section

silversword411 committed Jun 9, 2022 at 11:27 UTC 461cf042c19bfa2a0438cc89b99d060e9efa0ffe
2 files changed +16
docs/docs/meshcentral/codesigning.md new
+15
@@ -0,0 +1,15 @@
1 +## Authenticode-JS Video
2 +
3 +Nodejs Code Signing module
4 +
5 +<div class="video-wrapper">
6 + <iframe width="320" height="180" src="https://www.youtube.com/embed/xteKscs_Jgo" frameborder="0" allowfullscreen></iframe>
7 +</div>
8 +
9 +## Automatic Agent Code Signing
10 +
11 +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.
12 +
13 +<div class="video-wrapper">
14 + <iframe width="320" height="180" src="https://www.youtube.com/embed/qMAestNgCwc" frameborder="0" allowfullscreen></iframe>
15 +</div>
docs/mkdocs.yml
+1
@@ -11,6 +11,7 @@ nav:
11 - 'All Configuration Options': 'meshcentral/config.md'
12 - 'Tokens': 'meshcentral/tokens.md'
13 - 'Assistant': 'meshcentral/assistant.md'
14 + - 'Code Signing': 'meshcentral/codesigning.md'
15 - 'Debugging': 'meshcentral/debugging.md'
16
17 - Design and Architecture: