diff options
author | Steven Barth <steven@midlink.org> | 2009-06-07 10:15:12 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-06-07 10:15:12 +0000 |
commit | 0ebce1d6088a3a503ab038fd5ab81357ccabe625 (patch) | |
tree | 94027dc509d18c6f11aaf52130c9a2a668edfd71 /libs/px5g/root/usr/sbin | |
parent | 4934c979788a7da5a68c6a21b89734e20b5044a5 (diff) |
nixio: Add support for DER certificates, PX5G fix Certmaster
Diffstat (limited to 'libs/px5g/root/usr/sbin')
-rwxr-xr-x | libs/px5g/root/usr/sbin/px5g-genkeys | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/px5g/root/usr/sbin/px5g-genkeys b/libs/px5g/root/usr/sbin/px5g-genkeys index 29906577f3..87a66bfe26 100755 --- a/libs/px5g/root/usr/sbin/px5g-genkeys +++ b/libs/px5g/root/usr/sbin/px5g-genkeys @@ -6,6 +6,7 @@ local px5g = require "px5g" local nixio = require "nixio" local fs = require "nixio.fs" local os = require "os" +nixio.umask(77) if not fs.access(certfile) then local key = px5g.genkey(2048) |