Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
suitpuppet
su_apache
Commits
21713795
Commit
21713795
authored
Sep 07, 2020
by
Adam Lewenberg
Browse files
fix syntax error in SSLCipherSuite
parent
c0da49d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/etc/apache2/conf.d/ssl-strength.erb
View file @
21713795
...
...
@@ -43,4 +43,4 @@
end
-%>
SSLProtocol
<%=
ssl_protocols
.
join
(
' '
)
%>
SSLCipherSuite
<%=
ssl_cipher_suites
.
join
(
':'
)
%>
@STRENGTH
SSLCipherSuite
<%=
ssl_cipher_suites
.
join
(
':'
)
%>
:
@STRENGTH
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment