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:
parent
2b6586cf1b
commit
3611ed5981
@ -721,6 +721,8 @@ $ca_base64
|
|||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
chmod 600 "$mc_file"
|
||||||
}
|
}
|
||||||
|
|
||||||
create_ca_cert() {
|
create_ca_cert() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user