simp_le: external_pem.sh plugin is now called external.sh

This commit is contained in:
tg(x) 2016-02-26 01:31:58 +01:00
parent 30891166be
commit 629a89343e

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" ];