nix-bitcoin/pkgs
Erik Arvstedt e1e3d8a92b
secrets: simplify cert generation
- Remove openssl.cnf which includes many unused settings.
- Generate the key and cert files with a single call to openssl.
  - Option `-nodes` ("no DES") disables encryption of the key file.
  - Option `-addext` is used to specify `subjectAltName` settings
    that were previously defined by openssl.cnf.

The key type is unchanged.
Certificate changes:
- Certificate duration is now 10 years
- Organization (subj 'O') is now 'loop' instead of 'loopd' for
  lightning-loop to simplify the code.
  For reference, the org. name in auto-generated loop certs is
  "loop autogenerated cert".
- The certificate now includes all default x509v3 extensions.
  These were previously restricted to just `subjectAltName` by openssl.cnf.
  We now use the openssl defaults for simplicity.
2021-09-11 15:07:24 +02:00
..
clboss clboss: 0.11A -> 0.11B 2021-05-05 09:04:18 +00:00
clightning-plugins update nixpkgs-{stable,unstable} 2021-08-14 17:57:49 +00:00
extra-container make-container: update extra-container version 2021-09-04 08:17:38 +02:00
generate-secrets secrets: simplify cert generation 2021-09-11 15:07:24 +02:00
joinmarket joinmarket: update patch hash 2021-09-05 22:33:17 +02:00
krops minor cleanups 2021-09-11 15:07:23 +02:00
liquid-swap Remove PyQt dependency from liquid-swap tool because it doesn't work with NixOs 19.09 and we don't need it anyway 2019-10-27 16:48:26 +00:00
netns-exec lightning-loop: allow RPC access from main netns 2020-10-29 21:21:29 +01:00
nixops nixops: remove libvirtd plugin 2021-02-23 10:36:30 +00:00
python-packages joinmarket: 0.8.3 -> 0.9.1 2021-08-30 09:02:26 +00:00
secp256k1 treewide: remove use of deprecated `stdenv.lib` 2021-03-22 14:39:32 +01:00
spark-wallet spark-wallet: update to new node-env 2021-08-14 10:46:41 +02:00
default.nix add flake support 2021-08-26 12:45:10 +02:00
lib.nix lib: fix comment 2021-08-15 11:29:36 +02:00
nixpkgs-pinned.nix add flake support 2021-08-26 12:45:10 +02:00
pinned.nix update nixpkgs-unstable 2021-08-26 12:45:10 +02:00