https://bugs.contribs.org/show_bug.cgi?id=10595
--- Comment #13 from John Crisp <[email protected]> ---
That is the default config file that comes in dehydrated itself.
I think for whatever reason you haven't expanded the template.
There is a small bug in your version that I have just fixed.
Have updated the rpm to my repo - still the same version. wget a fresh copy.
If you set API v2 you will get an error
Program fragment delivered error <<syntax error at
/etc/e-smith/templates//etc/dehydrated/config/10Default line 32, near ") ||"
I missed some parentheses.
Then you can try this for starters.
config setprop letsencrypt API v2
expand-template /etc/dehydrated/config
cat /etc/dehydrated/config
#!/bin/bash
WELLKNOWN="/home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge"
CA="https://acme-v02.api.letsencrypt.org/directory"
BASEDIR="/etc/dehydrated"
[email protected]
HOOK="/usr/bin/hook-script.sh"
API="v2"
PARAM_ACCEPT_TERMS="yes"
config setprop letsencrypt API v1
expand-template /etc/dehydrated/config
cat /etc/dehydrated/config
#!/bin/bash
WELLKNOWN="/home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge"
CA="https://acme-v01.api.letsencrypt.org/directory"
BASEDIR="/etc/dehydrated"
[email protected]
HOOK="/usr/bin/hook-script.sh"
API="v1"
PARAM_ACCEPT_TERMS="yes"
config setprop letsencrypt API auto
expand-template /etc/dehydrated/config
cat /etc/dehydrated/config
#!/bin/bash
WELLKNOWN="/home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge"
BASEDIR="/etc/dehydrated"
[email protected]
HOOK="/usr/bin/hook-script.sh"
API="auto"
PARAM_ACCEPT_TERMS="yes"
letsencrypt=service
ACCEPT_TERMS=yes
API=auto
configure=none
[email protected]
hookScript=disabled
status=enabled
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/