Сбой проверки сертификата при использовании cisco anyconnect с сертификатами pfx

Я установил безопасный мобильный клиент cisco anyconnect 4.2.01022 (+все необходимые пакеты).

Затем добавил .pfx сертификаты в хранилище gnone2-key.

Затем я запустил безопасный мобильный клиент cisco anyconnect, набрав, к чему подключиться, но cisco продолжает говорить мне, что Certificate validation failure

Попробовал это:

sudo cp /etc/ssl/certs/Global* /opt/.cisco/certificates/ca

Ссылка была создана, но не помогла. Как подключиться?

UPD:

Таким образом, я извлек несколько сертификатов в разных форматы:

openssl pkcs12 -in store.pfx -clcerts -nokeys -out domain.cer
openssl pkcs12 -in store.pfx -nocerts -nodes  -out domain.key
openssl pkcs12 -in store.pfx -out domain.crt -nodes -nokeys -cacerts
openssl pkcs12 -in  store.pfx  -nocerts -out domain.pem -nodes

Есть 4 файла:

domain.cer
domain.key
domain.crt
domain.pem

Разместил все 4 из них в 3 разных местах:

~/.cisco/certificates/ca ~

Доверенный центр сертификации и корневые сертификаты

~/.cisco/certificates/client

Сертификаты клиентов

~/.cisco/certificates/client/private

Закрытые ключи

Та же ошибка.

UPD2: Пытался настроить cisco anyconnect, совместимый с openconnect (который интегрирован в сетевой центр Linux): Он просит установить:

CA certificate (it has to be domain.crt, so chosen it)
User certificate  (that is it? - didnt choose)
Private key  (I think its domain.key, so chosen it)

Но если попытается подключиться:

Certificate from VPN server [host ip] failed verification.
Reason: certificate does not match hostname
Do you want to accept it?

    Certificate from VPN server "194.176.96.4" failed verification.
    Reason: certificate does not match hostname
    Do you want to accept it?

With below info:
X.509 Certificate Information:
    Version: 3
    Serial Number (hex): ****
    Issuer: C=US,O=DigiCert Inc,OU=www.digicert.com,CN=GeoTrust RSA CA 2018
    Validity:
       Not Before: **
        Not After: **
    Subject: C=RU,ST=[city],L=[city],O=[company name],OU=IT,CN=vpn.[companyname].ru
    Subject Public Key Algorithm: RSA
    Algorithm Security Level: Medium (2048 bits)
....

Я принимаю - и та же ошибка Ошибка проверки сертификата, полный журнал:

POST https://[host_name]/
Attempting to connect to server [host_name]:443
SSL negotiation with [host_name]
Server certificate verify failed: certificate does not match hostname
Connected to HTTPS on [host_name]
Got HTTP response: HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Cache-Control: no-cache
Pragma: no-cache
Connection: Keep-Alive
Date: Sun, 26 Aug 2018 08:43:32 GMT
X-Frame-Options: SAMEORIGIN
X-Aggregate-Auth: 1
HTTP body chunked (-2)
Server requested SSL client certificate; none was configured
POST https://[host_name]/
Got HTTP response: HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Cache-Control: no-cache
Pragma: no-cache
Connection: Keep-Alive
Date: Sun, 26 Aug 2018 08:43:32 GMT
X-Frame-Options: SAMEORIGIN
X-Aggregate-Auth: 1
HTTP body chunked (-2)
XML POST enabled

PS: В Windows сработали те же шаги, добавил сертификат двойным щелчком, затем запустил клиент cisco, набрал сервер, затем он спросил пароль к серверу, который я задаю, - и затем я был подключен.