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:
commit
c86e10c115
@ -56,7 +56,7 @@ let
|
|||||||
|
|
||||||
plugins = mkOption {
|
plugins = mkOption {
|
||||||
type = types.listOf (types.enum [
|
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"
|
"fullchain.pem" "full.pem" "key.der" "key.pem" "account_key.json"
|
||||||
]);
|
]);
|
||||||
default = [ "fullchain.pem" "key.pem" "account_key.json" ];
|
default = [ "fullchain.pem" "key.pem" "account_key.json" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user