git://scientific.zcu.cz
/
glite-security-test-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adbb855
)
reduce verbosity
author
Joni Hahkala
<joni.hahkala@cern.ch>
Tue, 11 Apr 2006 19:39:51 +0000
(19:39 +0000)
committer
Joni Hahkala
<joni.hahkala@cern.ch>
Tue, 11 Apr 2006 19:39:51 +0000
(19:39 +0000)
bin/generate-test-certificates.sh
patch
|
blob
|
blame
|
history
diff --git
a/bin/generate-test-certificates.sh
b/bin/generate-test-certificates.sh
index
69e7d76
..
1306d5d
100755
(executable)
--- a/
bin/generate-test-certificates.sh
+++ b/
bin/generate-test-certificates.sh
@@
-127,7
+127,7
@@
function create_cert_proxy {
-out ${X509_PROX_CERT} \
-outdir . \
-config ${CA_PROXY_CONF} -md md5 -days ${validity} -batch \
- -
verbose -
passin pass:${PASSWORD} -notext \
+ -passin pass:${PASSWORD} -notext \
-extensions proxy_none "
echo $CMD; $CMD
@@
-210,7
+210,6
@@
function create_cert_proxy_proxy {
-out ${X509_PROX_CERT} \
-outdir . \
-config ${CA_PROXY_CONF} -md md5 -days ${validity} -batch \
- -verbose \
-passin pass:${PASSWORD} -notext \
-extensions proxy_none "
echo $CMD; $CMD