From: Clinton Ebadi Date: Tue, 29 Apr 2014 01:12:44 +0000 (-0400) Subject: Fix domtool-addcert for when user running is not in `wheel' X-Git-Tag: release_20140509~12 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/ec76f5e64acbc68248b1555f4ba74594be8b939b?hp=ec76f5e64acbc68248b1555f4ba74594be8b939b Fix domtool-addcert for when user running is not in `wheel' Domtool on deleuze assumed admin users would be in group `wheel'. This is no longer true. Instead, make the CA readable only by root, generate the new keys and certs into a non-afs temp directory, and then move everything into afs afterward. ---