Skip to content

Commit

Permalink
7627-security hardening config is not xml formatted-2
Browse files Browse the repository at this point in the history
7627-security hardening config is not xml formatted-2

#7627
  • Loading branch information
ramkumar-k-9286 committed Oct 16, 2024
1 parent cfd378c commit 2e98a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/server-configuration-hardening.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Set the `WLP_OUTPUT_DIR` environment variable to point to the server logs with t
* Ensure that any sensitive information in the `server.xml` file is AES-encrypted.
* Disable all non-TLS ports by setting ports to the value of `-1` in the `httpPort` argument of the `httpEndpoint` stanza.
* Use xref:reference:feature/transportSecurity-1.0.adoc[Transport Layer Security (TLS)] instead of SSL.
Add the following declarations to your `server.xml` file:
* Add the following declarations to your `server.xml` file:
+
[source,xml]
----
<webAppSecurity ssoRequiresSSL="true" httpOnlyCookies="true" />
Expand Down

0 comments on commit 2e98a67

Please sign in to comment.