Let's Encrypt

I read about using Let's Encrypt in the latest Virtualman and I wanted to give it a try. I installed GIT and then installed Let's Encrypt. However, when I go to the Let's Encrypt tab in the Manage SSL Certs It still has this message:

However, it cannot be used on your system : The client command letsencrypt was not found on your system

I'm sure it is something I am missing to make it available. Any thoughts or guidance will be greatly appreciated.

Status: 
Closed (fixed)

Comments

If the letsencrypt command isn't in a standard directory like /usr/local/bin , you need to go to Webmin -> Webmin Configuration -> Module Config and set "Full path to Let's Encrypt client command" to something like /path/to/letsencrypt-auto

That was it. I moved the letsencrypt directory to /usr/local/bin and changed the path and all is working now.

Thank you very much.