mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-09 05:23:16 +02:00
3 lines
530 B
Django/Jinja
3 lines
530 B
Django/Jinja
certutil -f -p {{ easyrsa_p12_export_password }} -importpfx .\{{ item }}.p12
|
|
Add-VpnConnection -name "Algo VPN {{ IP_subject_alt_name }} IKEv2" -ServerAddress "{{ IP_subject_alt_name }}" -TunnelType IKEv2 -AuthenticationMethod MachineCertificate -EncryptionLevel Required
|
|
Set-VpnConnectionIPsecConfiguration -ConnectionName "Algo VPN {{ IP_subject_alt_name }} IKEv2" -AuthenticationTransformConstants SHA256128 -CipherTransformConstants AES128 -EncryptionMethod AES128 -IntegrityCheckMethod SHA256 -DHGroup Group14 -PfsGroup none
|