Questions tagged [lets-encrypt-webapp-renewer]

4 questions
6
votes
1 answer

Letsencrypt certificate not working in CentOS 6.8 32 bit version

I am trying to install Letsencrypt certificate in CentOS 6.8 32 bit for Apache. It used to work earlier, but now it is giving the following error: Skipping bootstrap because certbot-auto is deprecated on this system. Your system is not supported by…
2
votes
0 answers

Can AutoCert in Golang use custom ports if a proxy is forwarding?

In Golang, with autocert, I keep seeing examples like this: server := &http.Server{ Addr: ":https", Handler: r, TLSConfig: &tls.Config{ GetCertificate: certManager.GetCertificate, }, } go…
Chemdream
  • 618
  • 2
  • 9
  • 25
1
vote
1 answer

gitea in docker behind jwilder/nginx-proxy and jrcs/letsencrypt-nginx-proxy-companion

I am stuck deploying docker image gitea/gitea:1 behind a reverse proxy jwilder/nginx-proxy with jrcs/letsencrypt-nginx-proxy-companion for automatic certificate updates. gitea is running and I can connect by the http adress with port 3000. The proxy…
Markus Kreth
  • 748
  • 7
  • 26
-1
votes
1 answer

SSL for pointed domains

I have an app that is "multi-domain", Other domain just have to point to the IP address to run on my app on the web-server. Using letsencrypt, I have also generated SSL for those pointed domain using "HTTP" challenges. Now, my problem is - how do I…