ca: re-enable, fix step-kms-plugin version
This commit is contained in:
parent
4f090eefe4
commit
f4e0994581
@ -74,7 +74,7 @@ in with lib; {
|
||||
];
|
||||
|
||||
services.step-ca = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
intermediatePasswordFile = "${config.sops.secrets.ca_password.path}";
|
||||
address = "127.0.0.1";
|
||||
port = 443;
|
||||
|
@ -23,7 +23,7 @@ in buildGoModule rec {
|
||||
|
||||
buildInputs = [ pcsclite softhsm ];
|
||||
|
||||
ldflags = [ "-w" "-s" "-X main.Version=${version}" ];
|
||||
ldflags = [ "-w" "-s" "-X github.com/smallstep/step-kms-plugin/cmd.Version=${version}" ];
|
||||
|
||||
vendorHash = "sha256-Z1hMZGRLiLlrYlyV4GBL+zCPJv+i/EcZPI07RinpY2Q=";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user