git ssb

2+

ev / mvd



Tree: c2b974ef1a490124a6ebec3f593d14d4410d9dad

Files: c2b974ef1a490124a6ebec3f593d14d4410d9dad / keys.js

193 bytesRaw
1
2var config = require('./config')()
3var ssbKeys = require('ssb-keys')
4var path = require('path')
5
6module.exports = ssbKeys.loadOrCreateSync(path.join(config.caps.shs + '/secret'))
7

Built with git-ssb-web