Hi.
Im trying to create the certificates with acme.sh client. https://letsencrypt.org/docs/client-options/
certbot not is working for my old debian 8 jessie.
Here i have debian with apache2 and traccar site is configured with ProxyPass to IP:port.
Traccar 4.0 and ProxyPass are running correct.
Acme.sh client can't create the certificates with jety webserver (Connection refused)
I can create certificates with apache2or nginx.
acme.sh --issue --apache -d example.com -d www.example.com -d cp.example.com
acme.sh --issue --nginx -d example.com -d www.example.com -d cp.example.com
Some idea how to use acme?
I'm confused. If you're using Apache, how is Jetty related to it? I think we're missing some context.
gps.website.org is the sub domain pointing to traccar
Finally i resolve finding the traccar webroot.
acme.sh --test --issue -d gps.website.org -w /opt/traccar/web/
Hi.
Im trying to create the certificates with acme.sh client. https://letsencrypt.org/docs/client-options/
certbot not is working for my old debian 8 jessie.
Here i have debian with apache2 and traccar site is configured with ProxyPass to IP:port.
Traccar 4.0 and ProxyPass are running correct.
Acme.sh client can't create the certificates with jety webserver (Connection refused)
I can create certificates with apache2or nginx.
Some idea how to use acme?