RFE: document how an SslBundle name is derived when the property is from the environment - is it all lowercase? If you use environment properties to configure SSL: ``` SPRING_SSL_BUNDLE_JKS_aFunkyNameMixedCasedString_TRUSTSTORE_LOCATION=XXXXXXXX ``` I'm guessing that the mapping to SslBundle name is the lowercase string `afunkynamemixedcasedstring` ?? In a properties/yaml file, mixed-case SslBundle names are supported. Could it be confirmed (documented) what the SslBundle name is when Spring Boot is configured from an environment variable?