We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd4992 commit 8f4735bCopy full SHA for 8f4735b
docs/examples/vault-tls/README.md
@@ -33,3 +33,7 @@ And once deployed, you can check check that TLS is enabled by:
33
-CAfile /etc/rabbitmq-tls/ca.crt \
34
-verify_return_error
35
```
36
+
37
+Note: Please refer to the official Vault documentation to understand how Vault manage certificate leases and follow the best pratices.
38
+https://www.vaultproject.io/docs/secrets/pki/setup.
39
+In particular based on your use case you may want to correctly tune parameters like -max-lease-ttl to manage certificate ttls
0 commit comments