File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ management server to be available via HTTP while the main application uses HTTPS
626
626
server.ssl.key-store=classpath:store.jks
627
627
server.ssl.key-password=secret
628
628
management.port=8080
629
- management.ssl.enable =false
629
+ management.ssl.enabled =false
630
630
----
631
631
632
632
Alternatively, both the main server and the management server can use SSL but with
@@ -639,7 +639,7 @@ different key stores:
639
639
server.ssl.key-store=classpath:main.jks
640
640
server.ssl.key-password=secret
641
641
management.port=8080
642
- management.ssl.enable =true
642
+ management.ssl.enabled =true
643
643
management.ssl.key-store=classpath:management.jks
644
644
management.ssl.key-password=secret
645
645
----
You can’t perform that action at this time.
0 commit comments