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

--- Comment #32 from Terry Fage <[email protected]> ---
Setting API to either v1 or v2 produces the error

[root@rslserver ~]# config setprop letsencrypt API v2
[root@rslserver ~]# expand-template /etc/dehydrated/config
[root@rslserver ~]# 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@rslserver ~]# dehydrated -c
# INFO: Using main config file /etc/dehydrated/config
ERROR: Unsupported API version defined in config: v2

[root@rslserver ~]# config setprop letsencrypt API v1
[root@rslserver ~]# expand-template /etc/dehydrated/config
[root@rslserver ~]# dehydrated -c
# INFO: Using main config file /etc/dehydrated/config
ERROR: Unsupported API version defined in config: v1

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