mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	docs - adding file version info https://github.com/Ylianst/MeshCentral/issues/4512
This commit is contained in:
		
							parent
							
								
									51eba3a142
								
							
						
					
					
						commit
						428d9c649a
					
				
					 1 changed files with 19 additions and 1 deletions
				
			
		| 
						 | 
					@ -80,4 +80,22 @@ If you want to self-sign the mesh agent so you can whitelist the software in you
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
!!!note
 | 
					!!!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`
 | 
					    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`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Setting Agent File info
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Now that MeshCentral customizes and signs the agent, you can set that value to anything you like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```json
 | 
				
			||||||
 | 
					"domains": {
 | 
				
			||||||
 | 
					      "agentFileInfo": {
 | 
				
			||||||
 | 
					            "filedescription": "sample_filedescription",
 | 
				
			||||||
 | 
					            "fileversion": "0.1.2.3",
 | 
				
			||||||
 | 
					            "internalname": "sample_internalname",
 | 
				
			||||||
 | 
					            "legalcopyright": "sample_legalcopyright",
 | 
				
			||||||
 | 
					            "originalfilename": "sample_originalfilename",
 | 
				
			||||||
 | 
					            "productname": "sample_productname",
 | 
				
			||||||
 | 
					            "productversion": "v0.1.2.3"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue