MakeCert
Posted by zamd on November 17, 2008
Frequently I use following command to create self signed certs so I’m adding here for future reference.
makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=MySrvCert -sky exchange -pe
Posted by zamd on November 17, 2008
Frequently I use following command to create self signed certs so I’m adding here for future reference.
makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=MySrvCert -sky exchange -pe
How to generate good self-signed certificate for AD FS 2.0 using PowerShell - Pavel Khodak - Site Home - MSDN Blogs said
[...] I used to rely on this blog post by Zulfiqar from our ADM team at Microsoft to grab the command required to create [...]
How to generate good self-signed certificate for AD FS 2.0 using PowerShell | MSDN Blogs said
[...] I used to rely on this blog post by Zulfiqar from our ADM team at Microsoft to grab the command required to create [...]