WS fixes
This commit is contained in:
@@ -11,7 +11,7 @@ class LetsEncrypt{
|
||||
static AcmeClient = AcmeClient;
|
||||
|
||||
constructor(options){
|
||||
this.loadAccountKey(options.accountKeyPath || '~/le_key', (key)=>{
|
||||
this.loadAccountKey(options.accountKeyPath || './le_key.cert', (key)=>{
|
||||
this.client = new AcmeClient.Client({
|
||||
directoryUrl: options.directoryUrl || AcmeClient.directory.letsencrypt.production,
|
||||
accountKey: key,
|
||||
|
||||
Reference in New Issue
Block a user