My domain is: www.pasem-sport.com
I ran this command: sudo certbot --apache OR sudo certbot -a webroot -i apache
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer apache
Enter email address (used for urgent renewal and security notices) (Enter ‘c’ to
cancel): admin@pasemc.com
Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
An unexpected error occurred:
SSLError: [Errno 2] No such file or directory
Please see the logfiles in /var/log/letsencrypt for more details.
My web server is (include version):
[root@t1kc-tempnew]# rpm -q httpd
httpd-2.4.6-89.el7.centos.x86_64
The operating system my web server runs on is (include version):
[root@t1kc-tempnew]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
My hosting provider, if applicable, is:
DigitalOcean
I can login to a root shell on my machine (yes or no, or I don’t know):
YES
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
NO
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot):
[root@t1kc-tempnew]# certbot --version
certbot 0.31.0
additionally:
[root@t1kc-tempnew]# dig www.google.com
; <<>> DiG 9.9.4-RedHat-9.9.4-73.el7_6 <<>> www.google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1603
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.google.com. IN A
;; ANSWER SECTION:
www.google.com. 231 IN A 172.217.194.103
www.google.com. 231 IN A 172.217.194.106
www.google.com. 231 IN A 172.217.194.99
www.google.com. 231 IN A 172.217.194.104
www.google.com. 231 IN A 172.217.194.147
www.google.com. 231 IN A 172.217.194.105
;; Query time: 42 msec
;; SERVER: 67.207.67.2#53(67.207.67.2)
;; WHEN: Tue Apr 30 18:32:14 UTC 2019
;; MSG SIZE rcvd: 139
[root@t1kc-tempnew]# dig acme-v01.api.letsencrypt.org
; <<>> DiG 9.9.4-RedHat-9.9.4-73.el7_6 <<>> acme-v01.api.letsencrypt.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52560
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;acme-v01.api.letsencrypt.org. IN A
;; ANSWER SECTION:
acme-v01.api.letsencrypt.org. 2498 IN CNAME api.letsencrypt.org-ng.edgekey.net.
api.letsencrypt.org-ng.edgekey.net. 19359 IN CNAME e14990.dscx.akamaiedge.net.
e14990.dscx.akamaiedge.net. 20 IN A 184.50.106.30
;; Query time: 43 msec
;; SERVER: 67.207.67.2#53(67.207.67.2)
;; WHEN: Tue Apr 30 18:33:35 UTC 2019
;; MSG SIZE rcvd: 158
Thanks a lot!
David