The topic says it all. Had anyone generated a self signed token signing cert from a template and where can you download a template (not a tool like makecert)? This is not the generic SSL cert, but a token signing cert.
The topic says it all. Had anyone generated a self signed token signing cert from a template and where can you download a template (not a tool like makecert)? This is not the generic SSL cert, but a token signing cert.
I think you are looking for a template you can publish in your Windows CA so when someone needs to request an ADFS certificate they can select that template at issuance. If so, I think this is what you are looking for: https://technet.microsoft.com/en-us/library/Dn781428.aspx (note: the title says just getting a certificate but the instructions walk you through setting up the template first).
Not sure about a "template", but this question offers a number of ways to generate the certificate - makecert, openssl, and SelfSSL:
https://stackoverflow.com/questions/14464441/how-to-create-a-self-signed-x509-certificate-with-both-private-and-public-keys
I used the following in my lab. It worked for me.
Made an tokencert.inf file like so.
Then used
used certmgr.msc to export from user store with private key as pfx and import to machine store. You can also export/import via Powershell etc if you prefer.
I have not tested this extensively. Feel free to post back if it fails any scenarios.