UNPKG
punchbuggy
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Punch holes with confidence!
github.com/zbo14/punchbuggy
zbo14/punchbuggy
punchbuggy
/
test
/
fixtures
/
index.js
11 lines
(8 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
fs =
require
(
'fs'
)
const
path =
require
(
'path'
)
const
cert = fs.
readFileSync
(path.
join
(__dirname,
'cert.pem'
))
const
key = fs.
readFileSync
(path.
join
(__dirname,
'key.pem'
))
module
.
exports
= { cert, key }