diff options
Diffstat (limited to 'create-ssl-certificate')
-rwxr-xr-x | create-ssl-certificate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create-ssl-certificate b/create-ssl-certificate index 1be9435..2d4c471 100755 --- a/create-ssl-certificate +++ b/create-ssl-certificate @@ -62,7 +62,7 @@ EOF openssl req -new -x509 -days $CERT_DAYS \ -config $conffile \ -keyout $keyfile \ - -out $certfile >/dev/null 2>&1 + -out $certfile >/dev/null # enforce strict perms on key if [ -n "$group" ]; then |