nixpkgs/nixos/tests/xmpp
Félix Baylac-Jacqué 6325d15e90
nixosTests.prosody: extend- self-signed cert expiration date
The test certificate expiration date was set to the default 30 days.
This certificate is generated through its own derivation. As with
every derivation, it gets cached by cache.nixos.org once we build it.

In practice, we rebuild this derivation only if one of its input
changes. The only inputs here being openssl and stdenv.

While it's not an issue on the unstable branches, it can be
problematic on a stable release: the test will fail after 30 days.

Extending the certificate lifespan from 1 month to 100 years to prevent
it from getting expired while being cached.

See
https://github.com/NixOS/nixpkgs/pull/132898#issuecomment-894495057
for more context.
2021-08-06 23:46:17 +02:00
..
ejabberd.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
prosody-mysql.nix nixosTests.prosodyMysql: fix 2020-05-04 00:14:42 +02:00
prosody.nix nixosTests.prosody: extend- self-signed cert expiration date 2021-08-06 23:46:17 +02:00
xmpp-sendmessage.nix nixos/prosody: fix broken tests 2021-02-12 06:54:20 +01:00