keygen.sh does not chgrp properly
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
Environment
None
Activity
Show:
Scott Cantor January 27, 2017 at 2:15 AM
commit 1fea764cca9965c5180e237200142daaa2dc9e5f
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Scott Cantor
Scott CantorReporter
Eric Roseman
Eric RosemanComponents
Fix versions
Affects versions
Created January 26, 2017 at 10:12 PM
Updated November 15, 2017 at 12:02 AM
Resolved January 27, 2017 at 2:15 AM
At the bottom of the keygen.sh file,
if [ -s $OUT/${PREFIX}key.pem -a -n "$GROUP" ] ; then
chgrp $GROUP $OUT/${PREFIX}-key.pem $OUT/${PREFIX}-cert.pem
fi
$OUT/${PREFIX}key.pem should be $OUT/${PREFIX}-key.pem