ca: re-enable, fix step-kms-plugin version

This commit is contained in:
Aaron Bieber 2023-03-06 18:19:54 -07:00
parent 4f090eefe4
commit f4e0994581
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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=";