git ssb

0+

ev / gitmx



Tree: 4ebd64c079e0384a0b21f1f89f9cfc9606bd7d13

Files: 4ebd64c079e0384a0b21f1f89f9cfc9606bd7d13 / 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