summaryrefslogtreecommitdiff
path: root/caddytest
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2022-02-19 16:20:38 -0500
committerGitHub <noreply@github.com>2022-02-19 14:20:38 -0700
commit26d633baf83994e79d2961fa9f5b37ef5b0ab800 (patch)
tree3214fd1eba54ca6c2a77433ef95551f3bf5283b7 /caddytest
parentff137d17d008b827d32876310e1179ec5003fef7 (diff)
httpcaddyfile: Disabling OCSP stapling for both managed and unmanaged (#4589)
Diffstat (limited to 'caddytest')
-rw-r--r--caddytest/integration/caddyfile_adapt/global_options.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/caddytest/integration/caddyfile_adapt/global_options.txt b/caddytest/integration/caddyfile_adapt/global_options.txt
index dda644b..69e2d9d 100644
--- a/caddytest/integration/caddyfile_adapt/global_options.txt
+++ b/caddytest/integration/caddyfile_adapt/global_options.txt
@@ -10,6 +10,7 @@
}
acme_ca https://example.com
acme_ca_root /path/to/ca.crt
+ ocsp_stapling off
email test@example.com
admin off
@@ -61,7 +62,8 @@
"module": "internal"
}
],
- "key_type": "ed25519"
+ "key_type": "ed25519",
+ "disable_ocsp_stapling": true
}
],
"on_demand": {
@@ -71,7 +73,8 @@
},
"ask": "https://example.com"
}
- }
+ },
+ "disable_ocsp_stapling": true
}
}
}