Added batch flag
This commit is contained in:
		
							parent
							
								
									3a6122784b
								
							
						
					
					
						commit
						11bc7221e3
					
				| @ -30,7 +30,7 @@ | |||||||
|           ]; |           ]; | ||||||
|           buildPhase = '' |           buildPhase = '' | ||||||
|             ${pkgs.openssl}/bin/openssl genrsa > privkey.pem |             ${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 = '' |           installPhase = '' | ||||||
|             mkdir -p $out |             mkdir -p $out | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jan-Bulthuis
						Jan-Bulthuis