Closed
Description
The SSL bundle properties spring.ssl.bundle.jks.myname.keystore.location
and spring.ssl.bundle.jks.myname.truststore.location
currently require the value to be a file that can be accessed as a URL. In some cases it is useful to provide the JKS or PKCS#12 content as base 64 encoded text instead of in files.
In order to know for sure the type of the content, we'd like to introduce a base64:
prefix that can be used to reference resources in this format. The base64:
resource type can be applied to the JKS location
properties now, and possibly to other resource property types in the future.