https://bugs.contribs.org/show_bug.cgi?id=10595

--- Comment #23 from Terry Fage <[email protected]> ---
Had enable letsencrypt to get full config

[root@letstest ~]# config setprop letsencrypt status enabled
[root@letstest ~]# expand-template /etc/dehydrated/config
[root@letstest ~]# 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"

[root@letstest ~]# config setprop letsencrypt API v1
[root@letstest ~]# expand-template /etc/dehydrated/config
[root@letstest ~]# config setprop letsencrypt API v1
[root@letstest ~]# 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"

[root@letstest ~]# config setprop letsencrypt API auto
[root@letstest ~]# expand-template /etc/dehydrated/config
[root@letstest ~]# 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"

-- 
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/

Reply via email to