Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Jun 14, 2021
1 parent f7d34f5 commit 2dc1c12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions roles/explorer.nix
Expand Up @@ -240,12 +240,12 @@ in {
websecure = {
address = ":443";
};
certificatesResolvers.default.acme = {
email = "devops@iohk.io";
storage = "acme.json";
httpChallenge = {
entryPoint = "web";
};
};
certificatesResolvers.default.acme = {
email = "devops@iohk.io";
storage = "acme.json";
httpChallenge = {
entryPoint = "web";
};
};
};
Expand Down

0 comments on commit 2dc1c12

Please sign in to comment.