Files: 3501e60932b1802ea5dbccb4e7a6aa81021cd254 / keys.js
193 bytesRaw
1 | |
2 | var config = require('./config')() |
3 | var ssbKeys = require('ssb-keys') |
4 | var path = require('path') |
5 | |
6 | module.exports = ssbKeys.loadOrCreateSync(path.join(config.caps.shs + '/secret')) |
7 |
Built with git-ssb-web