Merge pull request #96149 from JJJollyjim/acme-test-go-15

nixos/acme: fix subjectAltName in test snakeoil certs
This commit is contained in:
Arian van Putten
2020-08-31 13:54:19 +02:00
committed by GitHub
3 changed files with 158 additions and 154 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule }:
{ lib, fetchFromGitHub, buildGoModule, nixosTests }:
buildGoModule rec {
pname = "lego";
@@ -27,4 +27,6 @@ buildGoModule rec {
homepage = "https://go-acme.github.io/lego/";
maintainers = teams.acme.members;
};
passthru.tests.lego = nixosTests.acme;
}