From 84171999b3273f257537df227845a7554bfc62f2 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Fri, 17 Jun 2022 16:05:02 -0400 Subject: [PATCH] docs - adding notes about private cert generation --- docs/docs/meshcentral/codesigning.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/meshcentral/codesigning.md b/docs/docs/meshcentral/codesigning.md index f1482bb4..3934db9d 100644 --- a/docs/docs/meshcentral/codesigning.md +++ b/docs/docs/meshcentral/codesigning.md @@ -13,3 +13,6 @@ If you want to self-sign the mesh agent so you can whitelist the software in you
+ +!!!note + 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