Commit d8d564f
authored
[ZT] macOS Big Sur or newer need to manually trust
It need to be fixed from Ventura to Big Sur because of this release.
https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_0_1-release-notes#Security
>**Security**
>**New Features**
>- macOS Big Sur 11 beta improves system security by requiring an administrator password when a certificate trust settings change is made in the admin trust domain. Running as the root user alone is no longer sufficient to modify certificate trust. User trust domain settings continue to require confirmation by entering the password for the user’s account. This change may affect you if one of the following is true:
> - You have written scripts which call /usr/bin/security add-trusted-cert -d ... as root.
> - Your process runs as root and calls the SecTrustSettingsSetTrustSettings function to trust a certificate.
Ref. [security add-trusted-cert asks pas… | Apple Developer Forums](https://forums.developer.apple.com/forums/thread/671582)1 parent a782956 commit d8d564f
File tree
1 file changed
+2
-2
lines changed- src/content/docs/cloudflare-one/connections/connect-devices/user-side-certificates
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments