Dynamic addition of sites? #82
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?
I want to set up the server in such a way that users can add sites and get certificates on their own.
I see that sites are only added in the config. Is there any possibility to do something like this?
And store, for example, a config file in s3 buckets? Now I managed to store only certificates. The configuration file is still in the same place as the application.
Used by dynamodb to store the configuration. Include this file in the greenlock configuration. I took this code from the repository (unfortunately I don’t remember which one), but there was an implementation on mongodb, I changed it to dynamodb.
To add a new site, you simply add information about it to dynamodb.
This code passes all tests.