https://github.com/osquery/osquery logo
#core
Title
# core
h

happy-dude

11/18/2019, 9:10 PM
hey team -- question about TLS enrollment (and re-enrollment): I am planning to change my
tls-hostname
to a new endpoint (fresh server) • what happens to the clients/nodes? • do I have to manually re-enroll them? or will they re-enroll automatically?
I'm planning to run a test by changing the config, restarting the daemon, and watching the logs for what happens...
z

zwass

11/18/2019, 9:32 PM
When you say "fresh server" you mean a new database?
The server should tell the nodes their authentication is invalid and trigger a reenrollment.
Of course this depends on the server being implemented properly.
h

happy-dude

11/18/2019, 9:38 PM
yessir new database; I am implementing a new server and it seems that I should check the
node_invalid
flag in the API? https://osquery.readthedocs.io/en/stable/deployment/remote/#remote-server-api
z

zwass

11/18/2019, 9:39 PM
Yes
2 Views