Added batch flag

This commit is contained in:
Jan-Bulthuis 2025-05-28 16:39:52 +02:00
parent 3a6122784b
commit 11bc7221e3

View File

@ -30,7 +30,7 @@
];
buildPhase = ''
${pkgs.openssl}/bin/openssl genrsa > privkey.pem
${pkgs.openssl}/bin/openssl req -new -x509 -key privkey.pem > fullchain.pem
${pkgs.openssl}/bin/openssl req -new -x509 -batch -key privkey.pem > fullchain.pem
'';
installPhase = ''
mkdir -p $out