Hi,
What is the recommended way to deploy and start a Vault Server on Windows machines?
I’ve tried to start Vault as a Windows Service (same way we can do it with Consul), but it does not work. I’ve seen some tricks on the internet about it, like create a task to run a PowerShell script on windows startup, but I think it shouldn’t be the most correct way to deal with this.
In addition, I’m working with a Vault Server (VS) that performs the autounseal using the Transit Secret Engige in another Vault Server (VT), and VS authenticates to VT by certificate (Auth Cert method). So, in this case, I first have to perforn a login by Auth Cert to get the token and then start the VS.
So, how do you guys do this initialization of Vault Server on Windows?
There is a recommended way to do that?
Thank you all in advance!
Vicente Silva