summaryrefslogtreecommitdiff
path: root/src/cli-args.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli-args.def')
-rw-r--r--src/cli-args.def11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/cli-args.def b/src/cli-args.def
index 12b8bb05db..a8760fab90 100644
--- a/src/cli-args.def
+++ b/src/cli-args.def
@@ -172,7 +172,16 @@ flag = {
name = save-ocsp;
arg-type = string;
descrip = "Save the peer's OCSP status response in the provided file";
- doc = "";
+ doc = "";
+ flags-cant = save-ocsp-multi;
+};
+
+flag = {
+ name = save-ocsp-multi;
+ arg-type = string;
+ descrip = "Save all OCSP responses provided by the peer in this file";
+ doc = "The file will contain a list of PEM encoded OCSP status responses if any were provided by the peer, starting with the one for the peer's server certificate.";
+ flags-cant = save-ocsp;
};
flag = {