Skip to content

Commit

Permalink
lighttpd: shorter URLs to lighttpd wiki doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gstrauss committed Oct 11, 2024
1 parent d4de30a commit dc5a20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/partials/lighttpd.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ ssl.openssl.ssl-conf-cmd += ("CipherString" => "{{{join output.ciphers ":"}}}")
{{/if}}
{{else}}
# TLS modules besides mod_openssl might name ciphers differently
# See https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_SSL
# See https://wiki.lighttpd.net/Docs_SSL
ssl.openssl.ssl-conf-cmd += ("CipherString" => "{{{join output.ciphers ":"}}}")
{{/if}}
{{/if}}
{{#if form.ocsp}}

# OCSP stapling (input file must be maintained by external script, e.g. cert-staple.sh)
# https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_SSL#OCSP-Stapling
# https://wiki.lighttpd.net/Docs_SSL#OCSP-Stapling
ssl.stapling-file = "/path/to/cert-staple.der"
{{/if}}
{{else}}
Expand Down

0 comments on commit dc5a20c

Please sign in to comment.