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>
|
||||
</plist>
|
||||
EOF
|
||||
|
||||
chmod 600 "$mc_file"
|
||||
}
|
||||
|
||||
create_ca_cert() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user