Added batch flag
This commit is contained in:
parent
3a6122784b
commit
11bc7221e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user