https://bugs.contribs.org/show_bug.cgi?id=10595
--- Comment #27 from Terry Fage <[email protected]> ---
Problem going from test to enabled and running dehydrated -c -x
First setup for v2 API and status test
[root@rslserver ~]# config setprop letsencrypt status test
[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-staging-v02.api.letsencrypt.org/directory"
PARAM_ACCEPT_TERMS="yes"
[root@rslserver ~]# dehydrated -c
# INFO: Using main config file /etc/dehydrated/config
Processing letstest.upweybelgraversl.org.au
+ Checking domain name(s) of existing cert... unchanged.
+ Checking expire date of existing cert...
+ Valid till Sep 3 22:18:50 2018 GMT (Longer than 30 days). Skipping renew!
No change status to enabled
[root@rslserver ~]# config setprop letsencrypt status enabled
[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 -x
# INFO: Using main config file /etc/dehydrated/config
ERROR: Unsupported API version defined in config: v2
--
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/