Opened 7 years ago
Closed 7 years ago
#1484 closed defect (fixed)
CSP initialisation broken
Reported by: | markdixon | Owned by: | Dave Love <d.love@…> |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.1.5 |
Severity: | minor | Keywords: | |
Cc: |
Description
Hi,
I think this commit has broken "sge_ca -init", called during installation to initialise an x509 CA when gridengine runs in CSP mode:
commit 3b435c132b22bc9499db7106074027a65aef6ecc
Author: Dave Love <d.love@…>
Date: Wed Jun 19 18:37:59 2013 +0000
Remove sge_ssl.cnf
It seems to be down to the fact that sge_ssl.cnf and sge_ssl_template.cnf differ in this respect: one has "prompt=yes" set, the other "prompt=no".
The "prompt" directive alters how some other options are interpreted (see http://www.openssl.org/docs/apps/req.html for details), causing the problem.
Mark
Change History (2)
comment:1 Changed 7 years ago by dlove
comment:2 Changed 7 years ago by Dave Love <d.love@…>
- Owner set to Dave Love <d.love@…>
- Resolution set to fixed
- Status changed from new to closed
In 4658/sge:
Note: See
TracTickets for help on using
tickets.
Yes, thanks. I'd realized already and I thought I'd already fixed it,
but the patch I pushed was incomplete. I don't know why it seemed to be
OK when I tested the change...