Make cert algo configurable (for linkerd ecdsa)
This commit is contained in:
@@ -3,12 +3,14 @@ let
|
||||
identity = import ./initca.nix {
|
||||
inherit pkgs;
|
||||
name = "linkerd-identity-ca";
|
||||
algo = "ecdsa";
|
||||
hosts = [ "identity.linkerd.cluster.local" ];
|
||||
};
|
||||
|
||||
webhook = import ./initca.nix {
|
||||
inherit pkgs;
|
||||
name = "linkerd-webhook-ca";
|
||||
algo = "ecdsa";
|
||||
hosts = [ "webhook.linkerd.cluster.local" ];
|
||||
};
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user