Jump to content

Recommended Posts

Posted (edited)

Hi

 

the information is a bit scatchy on the net but basically inorder to get my DKIM keysize in a o365 domain up to 2048 from 1024 do i need to rotate it twice? i did it once 2 and 1/2 weeks ago acording to NCSC mail check one of my selectors is fine ie 2048 but the other one isnt yet its still 1024... do i just rotate again and if so do i specifiy the keysize as 2048 again?

 

this is what i used to do it.. as not all the commands were in one place and since i mostly deal with google it took a bit of finding.

 

Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.5
Import-Module -Name ExchangeOnlineManagment
Set-ExecutionPolicy unrestricted
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline -UserPrincipalName [email protected]
Get-DkimSigningConfig -Identity schooldomain.org
Rotate-DkimSigningConfig -KeySize 2048 -Identity schooldomain.org

Edited by k-strider
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...