Merge pull request #13469 from tg-x/acme-external

simp_le: external_pem.sh plugin is now called external.sh
This commit is contained in:
zimbatm 2016-02-26 10:48:55 +00:00
commit c86e10c115

View file

@ -56,7 +56,7 @@ let
plugins = mkOption {
type = types.listOf (types.enum [
"cert.der" "cert.pem" "chain.pem" "external_pem.sh"
"cert.der" "cert.pem" "chain.pem" "external.sh"
"fullchain.pem" "full.pem" "key.der" "key.pem" "account_key.json"
]);
default = [ "fullchain.pem" "key.pem" "account_key.json" ];