Merge pull request #216 from 3flex/patch-1
Fix "invalid byte sequence in UTF-8" errors introduced in #213
This commit is contained in:
commit
797c06d993
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
# will be taken from the specified file instead of querying the OCSP
|
||||
# responder specified in the server certificate.
|
||||
# [*ssl_stapling_responder*] - String: Overrides the URL of the OCSP
|
||||
# responder specified in the ÒAuthority Information AccessÓ certificate
|
||||
# responder specified in the Authority Information Access certificate
|
||||
# extension.
|
||||
# [*ssl_stapling_verify*] - Bool: Enables or disables verification of
|
||||
# OCSP responses by the server. Defaults to false.
|
||||
|
|
Loading…
Reference in a new issue