Skip to content

Instantly share code, notes, and snippets.

View zip94061's full-sized avatar

Василий zip94061

  • Moscow
  • 13:06 (UTC +03:00)
View GitHub Profile
@zip94061
zip94061 / gist:5c86136fe10a0114528e9cee5d9f5d96
Created May 20, 2023 13:37 — forked from asavt92/gist:e76a3a3ed5c97fdb0ad2eb5bb890e109
Cisco Anyconnect Установка и Настройка сертификата
Тестировалось на 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