Files
zoff/server/config/cert_config.example.js
2017-10-17 14:12:49 +02:00

8 lines
97 B
JavaScript

var cert = {
privateKey: 'XX',
certificate: 'XX',
ca: 'XX'
}
module.exports = cert;