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:
1283abd
)
More convenient defaults: 5 extra user certs and fake VOMS certs are created.
author
Akos Frohner
<akos.frohner@cern.ch>
Mon, 22 May 2006 09:28:11 +0000
(09:28 +0000)
committer
Akos Frohner
<akos.frohner@cern.ch>
Mon, 22 May 2006 09:28:11 +0000
(09:28 +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
c80ed7f
..
cb8156e
100755
(executable)
--- a/
bin/generate-test-certificates.sh
+++ b/
bin/generate-test-certificates.sh
@@
-589,10
+589,10
@@
eval set -- "$TEMP"
ALL='no'
# by default only create trusted certificates
CATYPES='trusted'
-# by default
do not create
extra user certificates
-unset EXTRACERTS
-# by default fake VOMS certificate are
not
created
-VOMS='
no
'
+# by default
create 5
extra user certificates
+EXTRACERTS=${EXTRACERTS:-5}
+# by default fake VOMS certificate are
also
created
+VOMS='
yes
'
# if we only show environmental settings
ONLYENV='no'