2016-06-18 13:59:03 +00:00
|
|
|
import "typings-global";
|
2016-06-22 11:22:09 +00:00
|
|
|
import * as plugins from "./cert.plugins";
|
2016-06-18 13:59:03 +00:00
|
|
|
|
2016-06-22 11:22:09 +00:00
|
|
|
export let certHook = plugins.path.join(__dirname,"cert.hook.js");
|
|
|
|
export let config = plugins.path.join(__dirname,"assets/config.json");
|
|
|
|
export let letsencryptSh = plugins.path.join(__dirname,"assets/letsencrypt.sh");
|
|
|
|
export let sslDir = plugins.path.join(__dirname,"/assets/certs");
|