From 8b6fdc04da5b31d8cb62b9d2574d16afe81ad549 Mon Sep 17 00:00:00 2001 From: Jordi Masip Date: Wed, 6 Jan 2021 20:02:58 +0100 Subject: caddytls: add 'key_type' subdirective (#3956) * caddytls: add 'key_type' subdirective * Suggested change * *string -> string * test --- caddytest/integration/caddyfile_adapt/tls_automation_policies_2.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'caddytest') 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 }, { -- cgit v1.2.3