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
Just wanted to reach out with a small issue.
SSLBundle is a very cool feature of Spring, if not anything else from this ticket, thanks for that.
I think there might be a typo in the doc, especially using the ssl bundle configuration in application properties files.
mhalbritter
changed the title
Issue in doc: https://docs.spring.io/spring-boot/reference/features/ssl.html#features.ssl.pem for the pem format in application properties
Multiline properties in documentation are missing backslash delimiter
Mar 6, 2025
mhalbritter
changed the title
Multiline properties in documentation are missing backslash delimiter
Multiline properties in documentation are missing backslashes
Mar 6, 2025
Hello team,
Just wanted to reach out with a small issue.
SSLBundle is a very cool feature of Spring, if not anything else from this ticket, thanks for that.
I think there might be a typo in the doc, especially using the ssl bundle configuration in application properties files.
We can see in the documentation here https://docs.spring.io/spring-boot/reference/features/ssl.html#features.ssl.pem , the certificate is written:
Please see screenshot.
However, this might not be working.
On the other hand, it seems this construct is working.
I am referring to adding \n, backslash + letter N + backslash to the lines.
Actually, I think someone from the Spring team is recommending to use it this way (with backslash)
#40398 (comment)
Would it be possible there is a typo in the doc, and we should add the backslash n in the doc for application properties files?
Thank you
The text was updated successfully, but these errors were encountered: