Last active
May 21, 2018 14:20
-
-
Save daresTheDevil/ce2a1b62c36fceee4c814d73a865ed10 to your computer and use it in GitHub Desktop.
Revisions
-
daresTheDevil revised this gist
May 21, 2018 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,11 +11,16 @@ For S/MIME encryption to work, the sender and recipient must have: Since most (if not all) schools and districts use GSuite for Education, Office 365 or self hosted Microsoft Exchange, enabling secure Email exchange can be done without any external vendors or platforms. ## Email Encryption Basics Look at the picture above. ## Enabling S/MIME Encryption in Outlook/Exchange ## Enabling S/MIME Encryption in Office365 ## Enabling S/MIME in G Suite for Education 1. Sign in to your Google Admin console. Sign in using an administrator account, not your current account 2. From the Admin console Home page, go to Appsand thenG Suiteand thenGmailand thenUser settings. On the left, under Organizations, select the domain or organization you want to configure. @@ -39,7 +44,6 @@ Click Save. Important: It can take up to an hour to propagate the changes to all users accounts. Messages sent during this time—as well as when you disable and re-enable S/MIME—are not encrypted. each sender and recipient must have it enabled. They also need to exchange information, called keys, to uniquely identify each other. You can ensure that certain messages can’t be sent or received unless they are S/MIME encrypted or S/MIME signed. Learn about setting compliance and routing rules. Learn about enhancing message security with hosted S/MIME. -
mde-dkay revised this gist
May 21, 2018 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,8 +8,9 @@ For S/MIME encryption to work, the sender and recipient must have: 3. A shared public key 4. The ability to encrypt from their Email client Since most (if not all) schools and districts use GSuite for Education, Office 365 or self hosted Microsoft Exchange, enabling secure Email exchange can be done without any external vendors or platforms. ## Email Encryption Basics ## Enabling S/MIME in G Suite for Education -
daresTheDevil revised this gist
May 21, 2018 . No changes.There are no files selected for viewing
-
mde-dkay revised this gist
May 21, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
daresTheDevil revised this gist
May 21, 2018 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,8 +8,9 @@ For S/MIME encryption to work, the sender and recipient must have: 3. A shared public key 4. The ability to encrypt from their Email client Since most (if not all) schools and districts use GSuite for Education, Office 365 or self hosted Microsoft Exchange, enabling secure Email exchange can be done without any external vendors or platforms. ## Email Encryption Basics ## Enabling S/MIME in G Suite for Education -
mde-dkay revised this gist
May 21, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
daresTheDevil created this gist
May 21, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,44 @@ # Email Encryption for Schools and Districts We can enhance integrity and confidentiality of MDE Emails by enabling hosted Secure/Multipurpose Internet Mail Extensions (S/MIME). For S/MIME encryption to work, the sender and recipient must have: 1. S/MIME Enabled 2. A personal key 3. A shared public key 4. The ability to encrypt from their Email client Since most (if not all) schools and districts use GSuite for Education, Office 365 or self hosted Microsoft Exchange, enabling secure Email exchange can be done without any external vendors or platforms. ## Enabling S/MIME in G Suite for Education 1. Sign in to your Google Admin console. Sign in using an administrator account, not your current account [email protected] 2. From the Admin console Home page, go to Appsand thenG Suiteand thenGmailand thenUser settings. On the left, under Organizations, select the domain or organization you want to configure. Important: If you’re configuring advanced controls on S/MIME to upload and manage root certificates, you must select the top-level organization, typically your domain. Scroll to the S/MIME setting and check the Enable S/MIME encryption for sending and receiving emails box. (Optional) If you want to let users upload certificates, check the Allow users to upload their own certificates box. (Optional additional controls) If you want to upload and manage root certificates, use the S/MIME trusted certificates controls: Next to Accept these additional Root Certificates for specific domains, click Add. Click Upload Root Certificate. Browse to select the certificate file and click Open. You should see a verification message for the certificate that includes the subject name and expiration date. If there’s a problem with the certificate, an error message appears. Under Encryption level, select the encryption level to use with this certificate. Under Address list, enter at least one domain that will use the root certificate when communicating. Domain names can include wildcards that adhere to the RFC standard. Separate multiple domains with commas. Click Save. Repeat for additional certificate chains. Check the Allow SHA-1 globally (not recommended) box only if your domain or organization must use Secure Hash Algorithm 1 (SHA-1). Click Save. Important: It can take up to an hour to propagate the changes to all users accounts. Messages sent during this time—as well as when you disable and re-enable S/MIME—are not encrypted. each sender and recipient must have it enabled. They also need to exchange information, called keys, to uniquely identify each other. You can ensure that certain messages can’t be sent or received unless they are S/MIME encrypted or S/MIME signed. Learn about setting compliance and routing rules. Learn about enhancing message security with hosted S/MIME.