Files: 9bf06b7a9fc9df33e654e3b2e7c9d05931e5aa30 / keys.js
218 bytesRaw
1 | var config = require('ssb-config/inject')(process.env.ssb_appname) |
2 | var ssbKeys = require('ssb-keys') |
3 | var path = require('path') |
4 | module.exports = ssbKeys.loadOrCreateSync(path.join(config.path, 'secret')) |
5 | |
6 |
Built with git-ssb-web