removed staging key from repo

This commit is contained in:
2024-07-31 20:20:58 -04:00
parent 0eb6af1723
commit e355ec9b09
2 changed files with 1 additions and 29 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class LetsEncrypt{
static AcmeClient = AcmeClient;
constructor(options){
this.loadAccountKey(options.accountKeyPath || './le_key', (key)=>{
this.loadAccountKey(options.accountKeyPath || '~/le_key', (key)=>{
this.client = new AcmeClient.Client({
directoryUrl: options.directoryUrl || AcmeClient.directory.letsencrypt.production,
accountKey: key,