Kirtan Gajjar
Kirtan Gajjar
If we run ``` ee site update example.com ``` This command does nothing, and simply exits. It should either be displaying help, or throwing an error asking the user to...
``` 1:M 27 Nov 2018 12:35:57.270 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1:M 27 Nov...
As per our current code, EE takes `le-mail` for Cloudflare API authentication. However, `le-mail` and cloudflare email can be different. Hence, If `cloudflare-email` is set in config, ee should use...
When we set an Incorrect cloudflare API key, we get a fatal error. This error should've been caught by EE and displayed a sensible message to user. ``` ee config...
Currently, for custom SSL, we only ask for two files from the user as input `.crt` and `.pem` file. We should also ask for an optional `.chain.pem` file which is...
We need to add a provision for custom PHP config as we allow the provision of custom nginx configuration. Hence uses can edit their config with peace without worrying about...
We need to support debugging nginx configurations. For both, nginx-proxy and site's NGINX. In order for this to works, we also need to push an image where NGINX is compiled...
Currently, EE proceeds with SSL validation even if adding record through CloudFlare fails. It should not proceed for verification, but instead should instruct users to add the DNS records and...
The following error message should be improved: ``` ee site create example.com --mu=subdom Error: Parameter errors: unknown --mu parameter ``` A good error message would be: ``` ee site create...