From 685ef85f263f00363a335b79071820108151979d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 9 Jan 2021 21:24:29 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c820d91..896152e 100755 --- a/scripts/install +++ b/scripts/install @@ -94,7 +94,7 @@ cp -R ../sources/* $final_path/ #================================================= pushd "$final_path" - openssl req -newkey rsa:2048 -nodes -keyout data/key.pem -x509 -days 365 -out data/cert.pem \ + ynh_exec_warn_less openssl req -newkey rsa:2048 -nodes -keyout data/key.pem -x509 -days 365 -out data/cert.pem \ -subj "/C=/ST=/L=/O=/OU=/CN=/emailAddress=" #chown root:ssl-cert data/{key.pem,cert.pem} chmod 640 data/{key.pem,cert.pem}