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