Quick question about config files

Hi everyone
Is it possible to change the config file of a vault raft in production ? For exemple if I need to change the tls path for communication is it going to work if I change them after initializaling etc…?

Hey @Hanska, yes this is possible! Just restart the Vault server itself after you have done the changes. For the TLS certificate you can also send a SIGHUP signal for reloading either the tls-key or tls-cert file path.

Thanks for your fast reply have a good day !

1 Like