I ran this command:
certbot certonly --dns-digitalocean --dns-digitalocean-credentials /etc/letsencrypt/digitalocean_api.key -d *.my-place.co.il -d my-place.co.il
It produced this output: work as expected
My web server is (include version): Chrome Version 80.0.3987.87 (Official Build) (64-bit)
The operating system my web server runs on is (include version): Ubuntu 18.04.4 LTS
The version of my client is: certbot 0.31.0
I use DNS method because it should work with wildcard sub domain.
It work perfectly for 4 month. on Friday I saw that I get “Your connection is not private” in my browser, after 2 hours of wondering, I discover that it happened only in my browser and even in incognito mode it valid!
You may want to confirm that you still have a call to a valid CA Bundle file (usually named chain.pem).
[root@Revan:~]# curl -ILv https://my-place.co.il/
* Trying 68.183.213.115...
* TCP_NODELAY set
* Connected to my-place.co.il (68.183.213.115) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Unknown (8):
* TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (OUT), TLS alert, Server hello (2):
* SSL certificate problem: unable to get local issuer certificate
* stopped the pause stream!
* Closing connection 0
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.