any example to store the config in db or s3 #26
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi AJ,
I understand the config by default is stored on fs. And it acclaims to support storing on the db, but I can not find any clue of that. Could you please give some sunshine?
Thanks,
Sheng
Hi, I am also looking for s3 integration, but I'm having trouble with the docs. I know Greenlock is the solution, but it's hard to find the documentation I need.
There are differences in the api across the versions, so it's quite easy to stumble on some documentation that now doesn't work. There doesn't seem to be an npm package for acme-http-01-s3, and there aren't many real world examples out there for v4.
@coolaj86 I'm willing to help write a module for this if I can be of assistance, I just need pointing in the right direction.
What I am trying to achieve is providing SSL for a multi tenant SAAS app. Customers add a CNAME pointing to my domain, then input their domain name to a dashboard
and I provide the SSL for their domain to now point to my website (acheived via greenlock api in a node express server).
I'm happy to write store modules (getters/setters) to save to s3 or other databases. But I'm confused as to where to put the store/manager module. I copied the memory store module, but I don't think it works with v4 as
approveDomains
seems to have been dropped.Please let me know how I can help get this moving.
Thanks
Nic