greenlock.js/tests/config.js

8 lines
138 B
JavaScript
Raw Normal View History

2015-12-12 06:39:20 +00:00
'use strict';
module.exports = {
server: "https://acme-staging.api.letsencrypt.org/directory"
, tlsSni01Port: 5001
, http01Port: 80
};