# Problems Getting Started on a VPS (Justhost)

**URL:** https://community.letsencrypt.org/t/problems-getting-started-on-a-vps-justhost/5675
**Category:** Uncategorized
**Created:** [December 4, 2015, 10:49pm UTC](https://community.letsencrypt.org/t/problems-getting-started-on-a-vps-justhost/5675 "2015-12-04T22:49:07Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![pineyscripter](https://avatars.discourse-cdn.com/v4/letter/p/838e76/32.png) [@pineyscripter](https://community.letsencrypt.org/u/pineyscripter)
#### Post date: [December 4, 2015, 10:49pm UTC](https://community.letsencrypt.org/t/problems-getting-started-on-a-vps-justhost/5675/1 "2015-12-04T22:49:07Z")

</div>

using the command:

./letsencrypt-auto --agree-dev-preview --server \ [https://acme-v01.api.letsencrypt.org/directory](https://acme-v01.api.letsencrypt.org/directory) certonly

This is the output I get ?

Loaded plugins: fastestmirror, security  
Setting up Install Process  
Loading mirror speeds from cached hostfile  
Package git-1.7.1-3.el6\_4.1.x86\_64 already installed and latest version  
Package gcc-4.4.7-16.el6.x86\_64 already installed and latest version  
Package dialog-1.1-9.20080819.1.el6.x86\_64 already installed and latest version  
Package augeas-libs-1.0.0-10.el6.x86\_64 already installed and latest version  
Package openssl-devel-1.0.1e-42.el6.x86\_64 already installed and latest version  
Package libffi-devel-3.0.5-3.2.el6.x86\_64 already installed and latest version  
Package ca-certificates-2015.2.4-65.0.1.el6\_6.noarch already installed and latest version  
Nothing to do  
WARNING: Python 2.6 support is very experimental at present…  
if you would like to work on improving it, please ensure you have backups  
and then run this script again with the --debug flag!

---

<div class="post-metadata">

### Author: ![floriangh](https://sea3.discourse-cdn.com/letsencrypt/user_avatar/community.letsencrypt.org/floriangh/32/1664_2.png) [@floriangh](https://community.letsencrypt.org/u/floriangh)
#### Post date: [December 4, 2015, 11:34pm UTC](https://community.letsencrypt.org/t/problems-getting-started-on-a-vps-justhost/5675/2 "2015-12-04T23:34:04Z")

</div>

From what I see on the JustHost web site the VPS servers they offer run CentOS 6.5 which comes with Python 2.6 and not 2.7 - which is kind of required by the letsencrypt-auto client.

I recall CentOS 6.5 problems being mentioned here and found three threads, just not sure if any offers a final solution: [https://community.letsencrypt.org/search?q=centos%206.5](https://community.letsencrypt.org/search?q=centos%206.5)

---

<div class="post-metadata">

### Author: ![pineyscripter](https://avatars.discourse-cdn.com/v4/letter/p/838e76/32.png) [@pineyscripter](https://community.letsencrypt.org/u/pineyscripter)
#### Post date: [December 6, 2015, 10:47pm UTC](https://community.letsencrypt.org/t/problems-getting-started-on-a-vps-justhost/5675/3 "2015-12-06T22:47:58Z")

</div>

Getting closer but still no cigar …  
Here is what I have done that works:  
first: stop the httpd service: /sbin/service httpd stop  
then cd to letsencrypt: cd letsencrypt  
then issue the command:  
./letsencrypt-auto certonly --server \[https://acme-v01.api.letsencrypt.org/directory](https://acme-v01.api.letsencrypt.org/directory) --debug  
two things to note:  
1- NO SPACE between the “” and the server name  
2- Must have the --debug option

a dialog box will come up asking for your email address  
and then a dialog box will come up asking for your domain names

Was successfull and now see the certs in the directory  
/etc/letsencrypt/live/thedomainnameyouputinthedialogbox

But - I don’t know where to go from here - the site still does not use the cert

---

<div class="post-metadata">

### Author: ![pineyscripter](https://avatars.discourse-cdn.com/v4/letter/p/838e76/32.png) [@pineyscripter](https://community.letsencrypt.org/u/pineyscripter)
#### Post date: [December 9, 2015, 6:40am UTC](https://community.letsencrypt.org/t/problems-getting-started-on-a-vps-justhost/5675/4 "2015-12-09T06:40:57Z")

</div>

Success !!  
After many frustrating attempts at trying to edit a vhosts and working with my helpdesk - they pointed me toward WHM as the solution. I just mailed myself the fullchain.pem and privkey.pem files that letsencrypt-auto installed in the /etc/letsencrypt/live/mydomain.com directory  
Then I used WHM (SSL/TLS Install an SSL Certificate on a Domain) to install the certificates. The top part of the fullchain.pem goes in the “Certificate” box, privkey.pem goes in the “Private Key” box and the bottom part of the fullchain.pem in the “Certificate Authority Bundle” box.

---

<div class="post-metadata">

### Author: ![NOYB](https://sea3.discourse-cdn.com/letsencrypt/user_avatar/community.letsencrypt.org/noyb/32/247_2.png) [@NOYB](https://community.letsencrypt.org/u/NOYB)
#### Post date: [December 9, 2015, 9:50am UTC](https://community.letsencrypt.org/t/problems-getting-started-on-a-vps-justhost/5675/5 "2015-12-09T09:50:21Z")

</div>

From my all time favorite TV commercial…  
“Nobody said this was going to be easy”

Geico Cavemen Therapist 1 [https://www.youtube.com/watch?v=qSHxHlRwmcI](https://www.youtube.com/watch?v=qSHxHlRwmcI)  
Geico Cavemen Therapist 2 [https://www.youtube.com/watch?v=6o4Q41DfV8k](https://www.youtube.com/watch?v=6o4Q41DfV8k)

Oh but wait, yes they did…  
[https://letsencrypt.org/howitworks/](https://letsencrypt.org/howitworks/)
