Federico
Federico
> When using Channel ID its mention > > > You need start a conversation with your bot first in '[CHANNEL ID]' group chat, type '/start@abcbot'. > > How to...
I have the same problem. I Know the code is from 5 years ago, but maybe a hint into the direction we should look? Thank you, @johanan
@JTrotta Hi i've tried your script in Pfsense Acme package but i think we have an error: At line 97 Syntax error: redirection unexpected (expecting word) The line is: `...
Did you tested in pfsense? I have modified acme.inc script in/usr/local/pkg/acme to add the entry for your script, adding the 4 variable named ARUBA_*. Then in the subfolder dnsapi i've...
Hi, i've checked the new commit. On some system grep -P option does not exists becouse is still Experimental (and in pfsense does not exist) Then i have a problem...
@JTrotta yes it's an ACME parameter but it should not be used directly to call Aruba API. Aruba api need the root domain. If i want to issue a certificate...
It have some problem with curl `[Sun Apr 19 16:59:25 CEST 2020] Single domain='myapp.linux.it' [Sun Apr 19 16:59:25 CEST 2020] Getting domain auth token for each domain [Sun Apr 19...
No wait this is not true. You could validate any subdomain you want (and even wildcard one, for example -d "*.example.org" -d "*.staging.example.org" -d "*.live.example.org"). Is written in the point...
Yes i must owe the second domain. But what i was talking about (and correct me if i'm wrong, i'm not at your coding skill level) you are using the...
Sorry it was not working again: `_aruba_get_api() { _ogaep="$1" case "${_ogaep}" in aruba-b-it | arubabit) printf "%s" $ARUBA_BUSINESS_IT return ;; *) _err "Unknown parameter : $1" return 1 ;; esac...