Browse Source

Allow activation of own S/MIME Certificates in iOS configuration profile (#3622)

* Update mobileconfig.php

Allow user on iOS to enable S/MIME

* Fixed indent
SoftCat 5 years ago
parent
commit
e3203f1afb
1 changed files with 10 additions and 2 deletions
  1. 10 2
      data/web/mobileconfig.php

+ 10 - 2
data/web/mobileconfig.php

@@ -95,8 +95,16 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n";
         <false/>
         <false/>
         <key>PreventMove</key>
         <key>PreventMove</key>
         <false/>
         <false/>
-        <key>SMIMEEnabled</key>
-        <false/>
+        <key>SMIMESigningUserOverrideable</key>
+        <true/>
+        <key>SMIMESigningCertificateUUIDUserOverrideable</key>
+        <true/>
+        <key>SMIMEEncryptByDefaultUserOverrideable</key>
+        <true/>
+        <key>SMIMEEncryptionCertificateUUIDUserOverrideable</key>
+        <true/>
+        <key>SMIMEEnableEncryptionPerMessageSwitch</key>
+        <true/>
       </dict>
       </dict>
       <?php if($onlyEmailAccount === false): ?>
       <?php if($onlyEmailAccount === false): ?>
       <dict>
       <dict>