1
0
mirror of synced 2025-02-08 00:09:24 +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> </dict>
</plist> </plist>
EOF EOF
chmod 600 "$mc_file"
} }
create_ca_cert() { create_ca_cert() {