At line 3 changed one line |
This plugin is possible starting with CrushFTP v9. You need to download this plugin and place it in your CrushFTP ▸ Plugins folder. [LetsEncrypt.jar]\\ |
This plugin is possible starting with CrushFTP v9. You need to download this plugin and place it in your CrushFTP ▸ Plugins folder. After that a service restart is required. [LetsEncrypt.jar]\\ |
At line 5 changed one line |
Applications ▸ CrushFTP9_OSX ▸ CrushFTP9.app ▸ Contents ▸ Resources ▸ Java ▸ plugins \\ |
Applications ▸ CrushFTP9 ▸ plugins \\ |
At line 15 added 2 lines |
Server Instance : To generate certificate for DMZ just specify the DMZ server instance name. The Let's encrypt server will test the given server instance. Leave it empty for normal case. \\ |
\\ |
At line 19 changed one line |
tls_alpn-> It is a tls based challenge it requires the CrushFTP to have an HTTPS server item available from outside on port 443.\\ |
tls_alpn-> (!!! Only works with Java 11+) It is a tls based challenge it requires the CrushFTP to have an HTTPS server item available from outside on port 443.\\ |
At line 21 changed one line |
Domains : Multiple domains should be separated with a comma.\\ |
Domains : Sets the SAN (Subject Alternate Name) field of the cert, can be a single domain name, or multiple, in that case multiple domains should be separated with a comma. Subdomains are actually totally different domains than the parent domain, in case of a multi-domain cert, need to specify each subdomain name individually. That until Letsencrypt will allow wildcard certs.\\ |
At line 25 changed one line |
Staging flag: It is for test mode. If the is true it will only generate a dummy jks, not a valid one.\\ |
Staging flag: It is for test mode. If this flag is toggled, we will only generate a dummy keystore in memory.\\ |
At line 33 changed 2 lines |
__Update the certificate automatically:__ It updates the certificate automatically. Let's encrypt server allows 5-6 tries weekly, we suggest to set the check certificate weekly.\\ |
__Alert__ If the Plugin Message alert is set on Preferences -> Alerts |
__Update the certificate automatically:__ It updates the certificate automatically and restarts the https server item ports. Let's encrypt server allows 5-6 tries weekly, we suggest to set the check certificate weekly.\\ |
__Alert:__ To get notification about failed updates create Plugin Message alert (Preferences -> Alerts). |
At line 38 changed 2 lines |
1. Check that your server is reachable through the given domain with http protocol on the default port (80).\\ |
2. Check the Delete account key pair and Delete domain key pair flags and test again.\\ |
0. Download replace plugin. Let's Encrypt often has change on the API. |
1. Check that your server is reachable through the given domain with http protocol on the default port (80) or on https on the default port (443).\\ |
2. Check Staging flag, it is a test mode. Always try first in test mode. Check the Delete account key pair and Delete domain key pair flags and test again.\\ |