You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/ssl.adoc
+5-5
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ When used to secure a client-side connection, a `truststore` is typically config
45
45
46
46
[TIP]
47
47
====
48
-
Rather than the location to a file, the xref:features/external-config.adoc#features.external-config.typesafe-configuration-properties.conversion.base64[Base64 encoded content] of the file can be provided.
49
-
If you chose this options, the value should start with `base64:`.
48
+
Rather than the location to a file, its xref:features/external-config.adoc#features.external-config.typesafe-configuration-properties.conversion.base64[Base64 encoded content] can be provided.
49
+
If you chose this option, the value of the property should start with `base64:`.
50
50
====
51
51
52
52
See javadoc:org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties[] for the full set of supported properties.
@@ -90,10 +90,10 @@ When used to secure a client-side connection, a `truststore` is typically config
90
90
91
91
[TIP]
92
92
====
93
-
Rather than the location to a file, the xref:features/external-config.adoc#features.external-config.typesafe-configuration-properties.conversion.base64[Base64 encoded content] of the file can be provided.
94
-
If you chose this options, the value should start with `base64:`.
93
+
Rather than the location to a file, its xref:features/external-config.adoc#features.external-config.typesafe-configuration-properties.conversion.base64[Base64 encoded content] can be provided.
94
+
If you chose this option, the value of the property should start with `base64:`.
95
95
96
-
PEM content can be used directly for both the `certificate` and `private-key` properties.
96
+
PEM content can also be used directly for both the `certificate` and `private-key` properties.
97
97
If the property values contain `BEGIN` and `END` markers then they will be treated as PEM content rather than a resource location.
98
98
99
99
The following example shows how a truststore certificate can be defined:
0 commit comments