nix: remove old comment
[sourcephile-nix.git] / shell / modules / tools / security / openssl.nix
index da4ee83724b2f90964d2986b33231441d7cf154c..cde7e4494a731ff94a3b2d697ceacb518de61b4f 100644 (file)
@@ -10,7 +10,6 @@ let
     test -s "$PASSWORD_STORE_DIR/${cert.passPrefix}/${id}/key.pem.gpg" || {
       info "  generateKey: $PASSWORD_STORE_DIR/${cert.passPrefix}/${id}/key.pem.gpg"
       ${pkgs.openssl}/bin/openssl genrsa \
-       -out stdout \
        -rand /dev/urandom \
        ${toString cert.keySize} |
       ${pkgs.pass}/bin/pass insert --multiline "${cert.passPrefix}/${id}/key.pem"