summaryrefslogtreecommitdiff
path: root/src/ocsptool-args.def
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-02-05 17:00:41 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-03-13 10:59:34 +0100
commit8c734df4b5b1496fa44586d3490693b35fb04d9a (patch)
tree73572c89934b6635f662be7f08fbc37aee97ee86 /src/ocsptool-args.def
parent699cd8bd5a8e6d7eea28842e2011a25e1963daf6 (diff)
downloadgnutls-8c734df4b5b1496fa44586d3490693b35fb04d9a.tar.gz
Use https:// in lib/, src/, and m4/
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'src/ocsptool-args.def')
-rw-r--r--src/ocsptool-args.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ocsptool-args.def b/src/ocsptool-args.def
index b57088fead..c0d54e5c07 100644
--- a/src/ocsptool-args.def
+++ b/src/ocsptool-args.def
@@ -293,7 +293,7 @@ this information:
@example
Authority Information Access Information (not critical):
Access Method: 1.3.6.1.5.5.7.48.1 (id-ad-ocsp)
- Access Location URI: http://ocsp.CAcert.org/
+ Access Location URI: https://ocsp.CAcert.org/
@end example
This means that ocsptool can discover the servers to contact over HTTP.
@@ -309,7 +309,7 @@ OCSP server as well as ask information on a particular certificate
using --load-cert and --load-issuer.
@example
-$ ocsptool --ask http://ocsp.CAcert.org/ --load-chain chain.pem
+$ ocsptool --ask https://ocsp.CAcert.org/ --load-chain chain.pem
@end example
_EOF_;