fix(connector.letsencrypt): Improve Lets Encrypt integration and certificate handling; fix coreflow certificate response; add local assistant permissions config
This commit is contained in:
@@ -92,7 +92,7 @@ export class CloudlyCoreflowManager {
|
||||
);
|
||||
console.log(`got certificate ready for reponse ${dataArg.domainName}`);
|
||||
return {
|
||||
certificate: await cert.createSavableObject(),
|
||||
certificate: cert,
|
||||
};
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user