Clarify bundle meaning

This commit is contained in:
Dave Syer
2025-04-03 13:30:53 +01:00
parent d93ad2b865
commit 28465263d7

View File

@@ -362,7 +362,7 @@ public class GrpcServerProperties {
private ClientAuth clientAuth = ClientAuth.NONE;
/**
* SSL bundle name.
* SSL bundle name. Should match a bundle configured in spring.ssl.bundle.
*/
private String bundle;