Files: cdd29b4f3b975fc5d52747af2ee7173ae1bf0958 / 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