Skip to content

Commit 44466b5

Browse files
authored
Merge pull request #51007 from rolfedh/fix-display-issues
Fix issues displaying code blocks
2 parents 7c3c38c + f6fed11 commit 44466b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/asciidoc/tls-registry-reference.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ TLS 1.3 completely removes support for renegotiation, effectively closing this p
680680

681681
* To secure TLS 1.2 and earlier, set `jdk.tls.rejectClientInitiatedRenegotiation` to `true` to prevent client-initiated renegotiation.
682682
+
683-
[source]
683+
[source,bash]
684684
----
685685
# JVM mode:
686686
java -Djdk.tls.rejectClientInitiatedRenegotiation=true -jar ...
@@ -690,7 +690,7 @@ java -Djdk.tls.rejectClientInitiatedRenegotiation=true -jar ...
690690
+
691691
If you are using the Quarkus-provided `Dockerfile` in JVM mode, you can disable renegotiation by adding the property to the `JAVA_OPTS_APPEND` environment variable:
692692
+
693-
[source]
693+
[source,dockerfile]
694694
----
695695
ENV JAVA_OPTS_APPPEND="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Djdk.tls.rejectClientInitiatedRenegotiation=true"
696696
----

0 commit comments

Comments
 (0)