Skip to content

Commit

Permalink
edits per peer review
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuelle committed Sep 15, 2023
1 parent 95b88cb commit 8b4ed21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/ROOT/pages/configure-spring-boot-actuator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ You can use the `springBootVirtualHost-8080` and `springBootHttpEndpoint-8080` c
----

- Override the SSL settings by specifying the `springBootSsl-9999` configuration ID.
a. If the `httpEndpoint` element exists, remove it from the `server.xml` file with the `springBootHttpEndpoint-9999` ID.
a. If the `httpEndpoint` element with the `springBootHttpEndpoint-9999` ID exists, remove it from the `server.xml` file.
b. Override the SSL settings that the actuator uses.
+
[source,xml]
Expand All @@ -174,8 +174,8 @@ f. Stop the server with the `server stop helloserver` command.
If the application was configured to use SSL, you can use the `springBootSsl-9999` ID in the previous steps to override the SSL settings for the main server of the application.

- Override the individual keystore or truststore by specifying the `springBootKeyStore-9999` or `springBootTrustStore-9999` IDs.
a. If the `httpEndpoint` element exists, remove it from the `server.xml` file with the `springBootHttpEndpoint-9999` ID.
b. If the `ssl` and `keyStore` elements exist, remove them from the `server.xml` file with the `springBootSsl-9999` ID.
a. If the `httpEndpoint` element with the `springBootHttpEndpoint-9999` ID exists, remove it from the `server.xml` file.
b. If the `ssl` and `keyStore` elements with the `springBootSsl-9999` IDexist, remove them from the `server.xml` file.
c. Add one or both lines of code to override the keystore or truststore that the actuator uses.
+
[source,xml]
Expand Down

0 comments on commit 8b4ed21

Please sign in to comment.