Open vmw-web opened 1 week ago
I believe VictoriaMetrics uses the operating system's certificate store by default. Is it possible to add your CRL to the operating system's CA store so it can be used by VictoriaMetrics?
Hello,
Currently, it's not possible to configure neither CRL
nor OCSP
.
golang standard library has oppened issue for OCSP
support https://github.com/golang/go/issues/40017.
Meanwhile we could add CRL
support, there is built-in function to check certificate https://pkg.go.dev/crypto/x509#RevocationList.CheckSignatureFrom
But for me, it make most sense for mTLS
based connection with enabled client certificate check. Which is enterprise feature.
Is your question request related to a specific component?
VictoriaMetrics Certificate Revocation List (CRL)/OCSP
Describe the question in detail
Does VictoriaMetrics components support Certificate Revocation? looking for configuration parameters and documentation related to that.
If it is not supported, will this be addressed in the upcoming releases?
Troubleshooting docs