about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-02-26 01:31:58 +0100
committertg(x) <*@tg-x.net>2016-02-26 01:31:58 +0100
commit629a89343eb52469d3edb1ef7f586e4cad0275c3 (patch)
tree5d3d87bf440bf922bc94e744920465adaeb6aaa6 /nixos
parent30891166be9156c65a50c52cd08f3c7a0f5492da (diff)
simp_le: external_pem.sh plugin is now called external.sh
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/security/acme.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/acme.nix b/nixos/modules/security/acme.nix
index 3d25e811e670f..c5cd0fb60ee9a 100644
--- a/nixos/modules/security/acme.nix
+++ b/nixos/modules/security/acme.nix
@@ -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" ];