Skip to content

Commit

Permalink
Merge pull request #257 from janbrasna/upd/apache-dhparam-minver
Browse files Browse the repository at this point in the history
Update Apache version for appending dhparam to cert file
  • Loading branch information
gstrauss authored Nov 6, 2024
2 parents 66667fa + 4a99637 commit 9e96f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const noSupportedVersion = '10000.10000.10000';
module.exports = {
apache: {
highlighter: 'apache',
latestVersion: '2.4.41',
latestVersion: '2.4.60',
name: 'Apache',
tls13: '2.4.36',
},
Expand Down
2 changes: 1 addition & 1 deletion src/templates/partials/apache.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{/if}}
<VirtualHost *:443>
SSLEngine on
{{#if (minver "2.4.8" form.serverVersion)}}
{{#if (minver "2.4.7" form.serverVersion)}}
{{#if output.usesDhe}}

# {{output.dhCommand}} >> /path/to/signed_cert_and_intermediate_certs_and_dhparams
Expand Down

0 comments on commit 9e96f08

Please sign in to comment.