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:
131e5f2
)
disable voms certs by default
author
Joni Hahkala
<joni.hahkala@cern.ch>
Fri, 9 Mar 2007 10:41:20 +0000
(10:41 +0000)
committer
Joni Hahkala
<joni.hahkala@cern.ch>
Fri, 9 Mar 2007 10:41:20 +0000
(10:41 +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
8e2f2fe
..
abb6c42
100755
(executable)
--- a/
bin/generate-test-certificates.sh
+++ b/
bin/generate-test-certificates.sh
@@
-681,7
+681,7
@@
CATYPES='trusted'
# by default create 5 extra user certificates
EXTRACERTS=${EXTRACERTS:-5}
# by default fake VOMS certificate are also created
-VOMS='
yes
'
+VOMS='
no
'
# if we only show environmental settings
ONLYENV='no'