Ошибка при обновлении до 7.3.0

Добрый день.
свежий образ 7.2.1. С установкой проблем нет, обновилось до 7.2.2 но дальше не хочет.

monqctl release update automaton-libraries --module=pl --file=automaton-libs/automaton.core.import
Error connecting to https://MYDOMAIN/.well-known/openid-configuration. The SSL connection could not be established, see inner exception..

Используется wildcard и nginx reverse proxy. ssl на самом сайте работает, но курл ходит в кубы:

curl -v https://MYDOMAIN
* About to connect() to MYDOMAIN port 443 (#0)
*   Trying 10.10.40.50...
* Connected to MYDOMAIN (10.10.40.50) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* Server certificate:
*       subject: CN=monq
*       start date: Jan 23 08:16:09 2023 GMT
*       expire date: Jan 20 08:16:09 2033 GMT
*       common name: monq
*       issuer: CN=monq
* NSS error -8179 (SEC_ERROR_UNKNOWN_ISSUER)
* Peer's Certificate issuer is not recognized.
* Closing connection 0
curl: (60) Peer's Certificate issuer is not recognized.
More details here: http://curl.haxx.se/docs/sslcerts.html

на остальные домены в этой зоне ходит как должен.

[root@d-head ~]# monqctl release update automaton-libraries -h
automaton-libraries
  Update the automaton v2 libraries fromn the release module.

Usage:
  monqctl [options] release update automaton-libraries

Options:
  --module <module> (REQUIRED)         The Product Module in the release version.
  --file <file> (REQUIRED)             The file path with automaton library relative to the module.
  --force                              Force update the library event if the library already installed and the installed
                                       version is the same or bigger than release library version.
  --domain-url <domain-url>            The system domain name URL that will be used as base uri of the HTTP request. If
                                       not specified it will be taken from the Registry.
  --token <token>                      The identity API token that will be used in the HTTP request Uri to the System.
                                       The token must be of the system user (res-owner).
  --skip-ssl-verify <skip-ssl-verify>  Skip the SSL connection certificeate verify.
  -?, -h, --help                       Show help and usage information


–skip-ssl-verify Skip the SSL connection certificeate verify.

помогло. теперь застрял чуть дальше.

monqctl instance create module mcs --product monq
'create' was not matched. Did you mean 'clear'?
'mcs' was not matched. Did you mean 'get', or '-h'?
Required command was not provided.
Unrecognized command or argument 'create'
Unrecognized command or argument 'module'
Unrecognized command or argument 'mcs'
Unrecognized command or argument '--product'
Unrecognized command or argument 'monq'

проверил версию monqctl. Ранее его обновлял до 1.7, но были нюансы - версия не менялась без ребута. Теперь он снова 1.6 и после ребута тоже.

если ставить latest

curl -LO https://downloads.monq.ru/tools/monqctl/`curl -s https://downloads.monq.ru/tools/monqctl/latest.txt`/linux-x64/monqctl.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 17.1M  100 17.1M    0     0  27.7M      0 --:--:-- --:--:-- --:--:-- 27.8M
[root@d-head ~]# unzip monqctl.zip
Archive:  monqctl.zip
  inflating: monqctl
[root@d-head ~]# chmod +x ./monqctl
[root@d-head ~]# sudo mv ./monqctl /usr/local/bin/monqctl
[root@d-head ~]# monqctl --version
1.6.0

и 1.7 вручную

[root@d-head ~]# curl -LO https://downloads.monq.ru/tools/monqctl/v1.7.0/linux-x64/monqctl.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 17.1M  100 17.1M    0     0  23.6M      0 --:--:-- --:--:-- --:--:-- 23.6M
[root@d-head ~]# unzip monqctl.zip
Archive:  monqctl.zip
  inflating: monqctl
[root@d-head ~]# chmod +x ./monqctl
[root@d-head ~]# sudo mv ./monqctl /usr/local/bin/monqctl
[root@d-head ~]# monqctl --version
1.6.0

нужно сначала сделать whereis monqctl

скорее всего
sudo mv ./monqctl /usr/bin/monqctl

спасибо, обновился.
не понял что за “токен авторизации в Consul”. Засунул api токен из вкладки безопасность. Но в Подключенные модули ничего нового не появилось.
В документации про токены не увидел, да и про сам модуль тоже ничего нет.