Here what it said
config show letsencrypt
letsencrypt=service
ACCEPT_TERMS=yes
API=1
configure=none
email=admin@domain1.com
hookScript=disabled
keysize=NUMBER
signal-event=console-save
status=test
and
cat /etc/dehydrated/config
#!/bin/bash
CA="
https://acme-staging.api.letsencrypt.org/directory"
WELLKNOWN="/home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge"
HOOK="/usr/bin/hook-script.sh"
BASEDIR="/etc/dehydrated"
KEYSIZE="4096"
CONTACT_EMAIL=admin@domain1.com
API="1"
PARAM_ACCEPT_TERMS="yes"
and
yum list installed | grep letsencrypt
smeserver-letsencrypt.noarch 0.5-17 @smecontribs
and
yum list installed | grep dehydrated
dehydrated.noarch 0.6.5-1.el7 @smeos
and
cat /home/e-smith/db/domains | grep letsencrypt
xxxx.com=domain|Content|Primary|Description|Primary domain|Nameservers|localhost|Removable|no|SystemPrimaryDomain|yes|letsencryptSSLcert|enabled
and
ls /home/e-smith/files/ibays/Primary/html/.well-known
ls: cannot access /home/e-smith/files/ibays/Primary/html/.well-known: No such file or directory
The one above is the only one that showed up wrong which I don't like because that means my problem is more complex then I want it to be..........
Also yes its installed... I did that in July has worked great and I have enjoyed it..... But Just ran out now which I don't like now....
Is there different code for updating??? I must be missing something.........