Problem installing dependencies

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.

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

I mean, at https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites
there is no dependency help for CentOS6

GoDaddy.com is not found in
https://community.letsencrypt.org/t/web-hosting-who-support-lets-encrypt/
and may be why you are having such trouble.

Yeah, I would like to install SSL manually. That’s what I have been trying.

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.