File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3131
3232# ## DIRAC User ciuser
3333
34+ echo " Generating DIRAC user ciuser"
3435if ! openssl genrsa -out /ca/certs/client.key 2048; then
3536 echo " Failed to generate ciuser private key"
3637 exit 1
5758
5859# ## DIRAC User adminusername
5960
61+ echo " Generating DIRAC user adminusername"
6062if ! openssl genrsa -out /ca/certs/adminusername.key 2048; then
6163 echo " Failed to generate adminusername private key"
6264 exit 1
8385
8486# ## DIRAC Pilot
8587
88+ echo " Generating DIRAC pilot cert"
8689if ! openssl genrsa -out /ca/certs/pilot.key 2048; then
8790 echo " Failed to generate pilot private key"
8891 exit 1
110113# ##
111114
112115echo " DIRAC Certificates generated and available in /ca/certs"
116+ ls -al --color /ca/certs
113117
114118if ! chmod -R o=u /ca/certs; then
115119 echo " Failed to set read permissions on /ca/certs"
You can’t perform that action at this time.
0 commit comments