git ssb

1+

gb / ssblist



Tree: 5520046395ab6e0f831cc2f321b11dcad98ed715

Files: 5520046395ab6e0f831cc2f321b11dcad98ed715 / 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