diff --git a/src/js/configs.js b/src/js/configs.js index 3f84b56..93fd940 100644 --- a/src/js/configs.js +++ b/src/js/configs.js @@ -185,9 +185,9 @@ module.exports = { tls13: '5.50', usesOpenssl: true, }, -tomcat: { + tomcat: { highlighter: 'xml', - latestVersion: '9.0.30', + latestVersion: '9.0.96', name: 'Tomcat', supportsHsts: true, supportsOcspStapling: false, diff --git a/src/templates/partials/tomcat.hbs b/src/templates/partials/tomcat.hbs index 3073812..13a82bd 100644 --- a/src/templates/partials/tomcat.hbs +++ b/src/templates/partials/tomcat.hbs @@ -10,14 +10,14 @@ port="443" SSLEnabled="true"> - + {{#if (includes "TLSv1.3" output.protocols)}}{{/if}} + protocols="{{join output.protocols ","}}">