Was this helpful?
Download Microsoft 365 certificate.
/ms365/certificate
curl -L \ --url 'https://HOSTNAME:8887/api/ms365/certificate' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
text
Generate new Microsoft 365 certificate.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/ms365/certificate' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'