diff --git a/spring-grpc-spring-boot-autoconfigure/src/main/java/org/springframework/grpc/autoconfigure/server/GrpcServerProperties.java b/spring-grpc-spring-boot-autoconfigure/src/main/java/org/springframework/grpc/autoconfigure/server/GrpcServerProperties.java index 91842f5..7e84ec2 100644 --- a/spring-grpc-spring-boot-autoconfigure/src/main/java/org/springframework/grpc/autoconfigure/server/GrpcServerProperties.java +++ b/spring-grpc-spring-boot-autoconfigure/src/main/java/org/springframework/grpc/autoconfigure/server/GrpcServerProperties.java @@ -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;