docs - adding notes about private cert generation

silversword411 committed Jun 17, 2022 at 16:05 UTC 84171999b3273f257537df227845a7554bfc62f2
1 file changed +3
docs/docs/meshcentral/codesigning.md
+3
@@ -13,3 +13,6 @@ If you want to self-sign the mesh agent so you can whitelist the software in you
13 <div class="video-wrapper">
14 <iframe width="320" height="180" src="https://www.youtube.com/embed/qMAestNgCwc" frameborder="0" allowfullscreen></iframe>
15 </div>
16 +
17 +!!!note
18 + If you generate your private key on windows with use `BEGIN PRIVATE KEY` and openssl needs `BEGIN RSA PRIVATE KEY` you can convert your private key to rsa private key using `openssl rsa -in server.key -out server_new.key`
\ No newline at end of file