Having a problem with windows agent to server certificate trust. I may have missed something along the way and can't figure it out.
This is what I done so far
1. Signed veloserver.crt with Intermediate CA
2. Installed Root CA certificate in Windows Computer certificate store > Trusted Root Authorities
3. Put a server certificate /velociraptor/config/veloserver.crt contains:
client b64
intermediate b64
3. Changed these in server.config.yaml:
Client:
tls_certificate_filename: /velociraptor/config/veloserver.crt
tls_private_key_filename: /velociraptor/config/veloserver.key
dns_name:
veloserver.iggycorp.net4. Changed these in client.config.yaml: