This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Тестировалось на fedora | |
| 1. устанавливаем https://computingforgeeks.com/install-cisco-anyconnect-on-ubuntu-debian-fedora/ | |
| 2. Настройка сертификата | |
| Имеется клиенский серт с ключом client.pfx | |
| openssl pkcs12 -in client.pfx -out certificate.pem -nokeys | |
| openssl pkcs12 -in client.pfx -out certificate.key -nocerts |