Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: careerfair.sec.tamu.edu
I ran this command: sudo certbot certonly --webroot
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Please enter the domain name(s) you would like on your certificate (comma and/or
space separated) (Enter 'c' to cancel): careerfair.sec.tamu.edu
Requesting a certificate for careerfair.sec.tamu.edu
Input the webroot for careerfair.sec.tamu.edu: (Enter 'c' to cancel): /Users/sec/Documents/GitHub/CareerFair
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: careerfair.sec.tamu.edu
Type: unauthorized
Detail: 104.236.45.130: Invalid response from https://careerfair.sec.tamu.edu/.well-known/acme-challenge/8FnOLGA5wkhnMRSCPKYGuP88vziVnpLoCJnsXXcghJk: 404
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version): nginx (I don't know the version)
The operating system my web server runs on is (include version): MacOS 10.12.6
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know): I don't know
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): I am not sure
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 2.9.0
Additional information: For the past few years, our institution helped us get our certificates, but now they want us to renew it on our on. This specific website is different than the others. The only way we can update it is by going onto the mac, pulling the latest changes, and then running "cap production deploy". I am not familiar with this website at all and am struggling to renew this certificate. For the webroot, I am putting the location of the github repo (/Users/sec/Documents/GitHub/CareerFair
), and that hasn't seemed to work. I have tried with other folders, like public, app, config, and they don't seem to work either. Does anyone have any advice?
I can post the log file as well, I just wasn't sure if it was safe to do so.