1
0
mirror of synced 2025-02-07 15:59:25 +03:00

Update IKEv2 script

- Minor fix: Set permission for the generated .mobileconfig file to 600,
  same as the exported .p12 file.
This commit is contained in:
hwdsl2 2021-01-23 00:20:09 -06:00
parent 2b6586cf1b
commit 3611ed5981

View File

@ -721,6 +721,8 @@ $ca_base64
</dict>
</plist>
EOF
chmod 600 "$mc_file"
}
create_ca_cert() {