Merge pull request #83121 from emilazy/acme-use-ec256
nixos/acme: change default keyType to ec256
This commit is contained in:
commit
235f4c4a91
|
@ -99,7 +99,7 @@ let
|
||||||
|
|
||||||
keyType = mkOption {
|
keyType = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "ec384";
|
default = "ec256";
|
||||||
description = ''
|
description = ''
|
||||||
Key type to use for private keys.
|
Key type to use for private keys.
|
||||||
For an up to date list of supported values check the --key-type option
|
For an up to date list of supported values check the --key-type option
|
||||||
|
|
Loading…
Reference in New Issue