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
1 changed files with 2 additions and 0 deletions
|
@ -721,6 +721,8 @@ $ca_base64
|
|||
</dict>
|
||||
</plist>
|
||||
EOF
|
||||
|
||||
chmod 600 "$mc_file"
|
||||
}
|
||||
|
||||
create_ca_cert() {
|
||||
|
|
Loading…
Add table
Reference in a new issue