Skip to content

Commit

Permalink
chore(modules): add comment on ACME staging server to explain when it…
Browse files Browse the repository at this point in the history
…'s useful
  • Loading branch information
steveej committed Mar 20, 2024
1 parent bdb4329 commit 5368299
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/flake-parts/holochain-turn-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
# see https://github.com/NixOS/nixpkgs/blob/nixos-23.05/nixos/modules/security/acme/default.nix#L322
certs."${cfg.url}".reloadServices = ["coturn"];

# staging server has higher retry limits
# staging server has higher retry limits. uncomment the following when debugging ACME challenges.
# certs."${cfg.url}".server = "https://acme-staging-v02.api.letsencrypt.org/directory";
};
};
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/kitsune-bootstrap.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ in {
email = "acme@holo.host";
};

# staging server has higher retry limits
# staging server has higher retry limits. uncomment the following when debugging ACME challenges.
# certs."${cfg.url}".server = "https://acme-staging-v02.api.letsencrypt.org/directory";
};
};
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/tx5-signal-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ in {
email = "acme@holo.host";
};

# staging server has higher retry limits
# staging server has higher retry limits. uncomment the following when debugging ACME challenges.
# certs."${cfg.url}".server = "https://acme-staging-v02.api.letsencrypt.org/directory";
};
};
Expand Down

0 comments on commit 5368299

Please sign in to comment.