]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
HS 2.0 server: Add a note on OCSP server hostname
authorBen Greear <greearb@candelatech.com>
Fri, 6 Mar 2020 22:58:11 +0000 (14:58 -0800)
committerJouni Malinen <j@w1.fi>
Fri, 13 Mar 2020 14:52:29 +0000 (16:52 +0200)
Signed-off-by: Ben Greear <greearb@candelatech.com>
hs20/server/ca/ocsp-update-cache.sh

index 8ddef9b9c15a61891f2668d5a7bdefd3959da048..f2b23250cadddb049d96773a329e3be47d461e62 100755 (executable)
@@ -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 \