@@ -36,14 +36,14 @@ stackit beta vpn connection create [flags]
3636 --tunnel1-phase1-dh-groups strings Tunnel 1 Phase 1 DH Groups.
3737 The Diffie-Hellman Group. Required, except if AEAD algorithms are selected. (multiple of: [modp1024, modp2048, ecp256, ecp384, modp2048s256]) (default [])
3838 --tunnel1-phase1-encryption-algorithms strings Required: Tunnel 1 Phase 1 Encryption Algorithms (multiple of: [aes256, aes128gcm16, aes256gcm16]) (default [])
39- --tunnel1-phase1-integrity-algorithms strings Required: Tunnel 1 Phase 1 Integrity Algorithms (multiple of: [sha1, sha2_256, sha2_384]) (default [])
39+ --tunnel1-phase1-integrity-algorithms strings Required: Tunnel 1 Phase 1 Integrity Algorithms (multiple of: [sha1, sha2_256, sha2_384, sha2_512 ]) (default [])
4040 --tunnel1-phase1-rekey-time int Tunnel 1 Phase 1 Rekey Time.
4141 Time to schedule a IKE re-keying (in seconds).
4242 --tunnel1-phase2-dh-groups strings Tunnel 1 Phase 2 DH Groups (multiple of: [modp1024, modp2048, ecp256, ecp384, modp2048s256]) (default [])
4343 --tunnel1-phase2-dpd-action string Tunnel 1 Phase 2 DPD Action.
4444 Action to perform for this CHILD_SA on DPD timeout. "clear": Closes the CHILD_SA and does not take further action. "restart": immediately tries to re-negotiate the CILD_SA under a fresh IKE_SA. (one of: [clear, restart])
4545 --tunnel1-phase2-encryption-algorithms strings Required: Tunnel 1 Phase 2 Encryption Algorithms (multiple of: [aes256, aes128gcm16, aes256gcm16]) (default [])
46- --tunnel1-phase2-integrity-algorithms strings Required: Tunnel 1 Phase 2 Integrity Algorithms (multiple of: [sha1, sha2_256, sha2_384]) (default [])
46+ --tunnel1-phase2-integrity-algorithms strings Required: Tunnel 1 Phase 2 Integrity Algorithms (multiple of: [sha1, sha2_256, sha2_384, sha2_512 ]) (default [])
4747 --tunnel1-phase2-rekey-time int Tunnel 1 Phase 2 Rekey Time.
4848 Time to schedule a Child SA re-keying (in seconds).
4949 --tunnel1-phase2-start-action string Tunnel 1 Phase 2 Start Action.
@@ -58,14 +58,14 @@ stackit beta vpn connection create [flags]
5858 --tunnel2-phase1-dh-groups strings Tunnel 2 Phase 1 DH Groups
5959 The Diffie-Hellman Group. Required, except if AEAD algorithms are selected. (multiple of: [modp1024, modp2048, ecp256, ecp384, modp2048s256]) (default [])
6060 --tunnel2-phase1-encryption-algorithms strings Required: Tunnel 2 Phase 1 Encryption Algorithms (multiple of: [aes256, aes128gcm16, aes256gcm16]) (default [])
61- --tunnel2-phase1-integrity-algorithms strings Required: Tunnel 2 Phase 1 Integrity Algorithms (multiple of: [sha1, sha2_256, sha2_384]) (default [])
61+ --tunnel2-phase1-integrity-algorithms strings Required: Tunnel 2 Phase 1 Integrity Algorithms (multiple of: [sha1, sha2_256, sha2_384, sha2_512 ]) (default [])
6262 --tunnel2-phase1-rekey-time int Tunnel 2 Phase 1 Rekey Time.
6363 Time to schedule a IKE re-keying (in seconds).
6464 --tunnel2-phase2-dh-groups strings Tunnel 2 Phase 2 DH Groups (multiple of: [modp1024, modp2048, ecp256, ecp384, modp2048s256]) (default [])
6565 --tunnel2-phase2-dpd-action string Tunnel 2 Phase 2 DPD Action.
6666 Action to perform for this CHILD_SA on DPD timeout. "clear": Closes the CHILD_SA and does not take further action. "restart": immediately tries to re-negotiate the CILD_SA under a fresh IKE_SA. (one of: [clear, restart])
6767 --tunnel2-phase2-encryption-algorithms strings Required: Tunnel 2 Phase 2 Encryption Algorithms (multiple of: [aes256, aes128gcm16, aes256gcm16]) (default [])
68- --tunnel2-phase2-integrity-algorithms strings Required: Tunnel 2 Phase 2 Integrity Algorithms (multiple of: [sha1, sha2_256, sha2_384]) (default [])
68+ --tunnel2-phase2-integrity-algorithms strings Required: Tunnel 2 Phase 2 Integrity Algorithms (multiple of: [sha1, sha2_256, sha2_384, sha2_512 ]) (default [])
6969 --tunnel2-phase2-rekey-time int Tunnel 2 Phase 2 Rekey Time.
7070 Time to schedule a Child SA re-keying (in seconds).
7171 --tunnel2-phase2-start-action string Tunnel 2 Phase 2 Start Action.
0 commit comments