summaryrefslogtreecommitdiff
path: root/caddytest
diff options
context:
space:
mode:
authorJordi Masip <masipcat@users.noreply.github.com>2021-01-06 20:02:58 +0100
committerGitHub <noreply@github.com>2021-01-06 12:02:58 -0700
commit8b6fdc04da5b31d8cb62b9d2574d16afe81ad549 (patch)
tree0a1e69f78adc71f68a4dbdc85f7c90b7e1fd0170 /caddytest
parentf0216967dca12831b1aac351fc8c4bfcea148697 (diff)
caddytls: add 'key_type' subdirective (#3956)
* caddytls: add 'key_type' subdirective * Suggested change * *string -> string * test
Diffstat (limited to 'caddytest')
-rw-r--r--caddytest/integration/caddyfile_adapt/tls_automation_policies_2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/caddytest/integration/caddyfile_adapt/tls_automation_policies_2.txt b/caddytest/integration/caddyfile_adapt/tls_automation_policies_2.txt
index db8e38b..9be0a19 100644
--- a/caddytest/integration/caddyfile_adapt/tls_automation_policies_2.txt
+++ b/caddytest/integration/caddyfile_adapt/tls_automation_policies_2.txt
@@ -7,6 +7,7 @@
example.com {
tls {
on_demand
+ key_type rsa2048
}
}
@@ -79,6 +80,7 @@ http://example.net {
"module": "zerossl"
}
],
+ "key_type": "rsa2048",
"on_demand": true
},
{