The installer creates a temp CA and then generates hostcert that gets used by MyProxy (/etc/tempcerts/hostcert which then gets copied to /etc/grid-security/hostcert.pem). However the sign_request() function is currently making hostcert a self-signed cert instead of signing it with the Temp CA.
The installer creates a temp CA and then generates hostcert that gets used by MyProxy (/etc/tempcerts/hostcert which then gets copied to /etc/grid-security/hostcert.pem). However the sign_request() function is currently making hostcert a self-signed cert instead of signing it with the Temp CA.
This should be corrected.