Merge pull request #83121 from emilazy/acme-use-ec256

nixos/acme: change default keyType to ec256
This commit is contained in:
Yegor Timoshenko 2020-05-03 12:41:23 +03:00 committed by GitHub
commit 235f4c4a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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