acme.sh and ispconfig problem

Discussion in 'General' started by yvespires, Aug 2, 2018.

  1. yvespires

    yvespires New Member

    [Thu Aug 2 16:11:01 BRT 2018] d_api='/root/.acme.sh/dnsapi/dns_ispconfig.sh'
    [Thu Aug 2 16:11:01 BRT 2018] Found domain api file: /root/.acme.sh/dnsapi/dns_ispconfig.sh
    [Thu Aug 2 16:11:01 BRT 2018] Calling: dns_ispconfig_add() '_acme-challenge.mx.yvespires.com.br' 'JrcHoftJWXqI7slwSds0jhzo17NHt15SHugrQ'
    [Thu Aug 2 16:11:01 BRT 2018] You haven't specified the ISPConfig Login data, URL and whether you want check the ISPC SSL cert. Please try again.
    [Thu Aug 2 16:11:01 BRT 2018] Error add txt for domain:_acme-challenge.mx.yvespires.com.br

    -----------
    i have edit /root/.acme.sh/dnsapi/dns_ispconfig.sh and added all required parameters

    name
    pass
    API address

    _ISPC_credentials() {
    if [ -z "${ISPC_User}" ] || [ -z "$ISPC_Password" ] || [ -z "${ISPC_Api}" ] || [ -z "${ISPC_Api_Insecure}" ]; then
    ISPC_User="yves"
    ISPC_Password="mypass"
    ISPC_Api="https://myserver.com:8080/remote/json.php"
    ISPC_Api_Insecure="1"

    also added remote user inside ispconfig panel

    followed here: https://git.libredolphin.me/mirrors/acme.sh/src/6e93ff8bcac9744ff451181b6feeb7269d2ce1a8/dnsapi

    ispconfig version 3.1.6

    any ideas?
     
  2. yvespires

    yvespires New Member

    Jesse Norell likes this.

Share This Page