From: Ben Greear Date: Fri, 6 Mar 2020 22:58:11 +0000 (-0800) Subject: HS 2.0 server: Add a note on OCSP server hostname X-Git-Tag: hostap_2_10~1633 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0fb468a7d697ad361a7934bb55167199eb2b556;p=thirdparty%2Fhostap.git HS 2.0 server: Add a note on OCSP server hostname Signed-off-by: Ben Greear --- diff --git a/hs20/server/ca/ocsp-update-cache.sh b/hs20/server/ca/ocsp-update-cache.sh index 8ddef9b9c..f2b23250c 100755 --- a/hs20/server/ca/ocsp-update-cache.sh +++ b/hs20/server/ca/ocsp-update-cache.sh @@ -1,5 +1,6 @@ #!/bin/sh +# NOTE: You may need to replace 'localhost' with your OCSP server hostname. openssl ocsp \ -no_nonce \ -CAfile ca.pem \