forked from mirrors/nixpkgs
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 {
|
||||
type = types.str;
|
||||
default = "ec384";
|
||||
default = "ec256";
|
||||
description = ''
|
||||
Key type to use for private keys.
|
||||
For an up to date list of supported values check the --key-type option
|
||||
|
|
Loading…
Reference in a new issue