aboutsummaryrefslogtreecommitdiffstats
path: root/create-ssl-certificate
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2009-03-29 17:46:44 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2009-03-29 17:46:44 +0000
commit0fc0ce3e353bba96cb46d1589a3cf1cc2f932209 (patch)
treea5faad09f678466001f40385118e56ac81fccddc /create-ssl-certificate
parentb149acb22b52d39f53b5d45e18779ad16eeee624 (diff)
downloadrpm-helper-0fc0ce3e353bba96cb46d1589a3cf1cc2f932209.tar
rpm-helper-0fc0ce3e353bba96cb46d1589a3cf1cc2f932209.tar.gz
rpm-helper-0fc0ce3e353bba96cb46d1589a3cf1cc2f932209.tar.bz2
rpm-helper-0fc0ce3e353bba96cb46d1589a3cf1cc2f932209.tar.xz
rpm-helper-0fc0ce3e353bba96cb46d1589a3cf1cc2f932209.zip
don't silent stderr output
Diffstat (limited to 'create-ssl-certificate')
-rwxr-xr-xcreate-ssl-certificate2
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