My domain is: nuclied.com
I ran this command: ./path/to/certbot-auto --apache
It produced this output: All arguments are accepted and forwarded to the Certbot client when run.
My web server is (include version): CentOS 6 (gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-17))
The operating system my web server runs on is (include version): gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-17)
My hosting provider, if applicable, is: godaddy.com
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): cPanel 5.6
I have a file certbot-auto on my server. But when I ran
./path/to/certbot-auto renew --dry-run
I got this:
“sudo” is not available, will use “su” for installation steps…
Sorry, I don’t know how to bootstrap Certbot on your operating system!
You will need to install OS dependencies, configure virtualenv, and run pip install manually.
Please see https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites
for more info.
danb35
June 14, 2017, 2:42pm
2
So what makes you think there’s a problem installing dependencies?
Omg! So quick reply! I have updated my main post.
Thanks for the quick reply!!
Edit: I don’t know how to install dependencies.
I mean, at https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites
there is no dependency help for CentOS6
rg305
June 14, 2017, 3:45pm
5
Yeah, I would like to install SSL manually. That’s what I have been trying.
rg305
June 14, 2017, 3:51pm
8
try adding “–certonly”:
./path/to/certbot-auto --apache --certonly
See if that can get you a cert.
./path/to/certbot-auto --apache certonly
./path/to/certbot-auto --apache --certonly
Gave me the same result…
“sudo” is not available, will use “su” for installation steps…
Sorry, I don’t know how to bootstrap Certbot on your operating system!
You will need to install OS dependencies, configure virtualenv, and run pip install manually.
Please see https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites
for more info
system
Closed
July 14, 2017, 4:10pm
11
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.