Bugzilla – Bug 1476
grid-cert-request directions should be generalized
Last modified: 2008-08-11 14:54:44
You need to log in before you can comment on or make changes to this bug.
We should rip any reference to the Globus CA out of grid-cert-request. We should point folks at GCS with some text like what is below: -quote- We strongly encourage those who have access to one of the many high-quality CAs being run by production Grids, to use that CA. For others, we offer the Globus Certificate Service for aquiring certificates. For more information please see: http://gcs.globus.org:8080/gcs/ -end quote-
There is no reference to the globus ca in grid-cert-request. It is also used by simple CA so I don't think we should put in a pointer to GCS.
Makes sense. Does it make sense to have a text file in /etc/g-sec/ that gcr just dumps out if it's present? The CA setup gpt package could install it then and it could have whatever directions the ca wanted.
We could do that, shouldn't be too hard.
*** Bug 2686 has been marked as a duplicate of this bug. ***
*** Bug 3015 has been marked as a duplicate of this bug. ***
Directions can now be externalized by providing a "directions.<ca hash>" file in the setup package. This file can contain three sections delimited by: ----- BEGIN ${SECTION_NAME} TEXT ----- ----- END ${SECTION_NAME} TEXT ----- where ${SECTION_NAME} is one of: REQUEST HEADER USER INSTRUCTIONS NONUSER INSTRUCTIONS Reassigning to Laura for the change to the gcs setup package.
I've updated the GCS setup package with the new directions and updated the gcs pages (in cvs) to point at the new setup package. Reassigning to Laura so she can push out the changes to the running site. /Sam
Feedback from David Groep, head of the European GridPMA: [begin] Any reason why the naming of the directions-file is "contrary" to the resulat naming scheme? We already have: <hash>.0 <hash>.r0 <hash>.signing_policy <hash>.crl_url and now suddenly we get directions.<hash> ??? [end] I must say I agree and that we should consider supporting <hash>.directions (as well).