Instructions for Linux
1. Install openssl
2. Execute the following three commands:
- openssl req -x509 -nodes -sha256 -days 2048 -subj "/CN=suremdm.42gears.com" -newkey rsa:2048 -keyout "sscert.key" -out "sscert.crt"
- openssl pkcs12 -export -in "sscert.crt" -inkey sscert.key -CSP "Microsoft Enhanced RSA and AES Cryptographic Provider" -out "sscert.pfx" -password pass:{YOURPASSWORD WIHTOUT BRACES}
- openssl x509 -inform pem -in "sscert.crt" -out "sscert.cer"
3. Upload ssocert.pfx to the SureMDM Console.
4. Use ssocert.cer to create a relying party trust on ADFS server.