With regard to this answer, I have a question about Key Usage in an SSL certificate.
Most SSL server certificates have a RSA key which is not restricted through a Key Usage extension, so you can use both "RSA" and "DHE_RSA" key types.
- How do I determine if my certificate has a key usage restriction?
- Do all SSL Keys have an RSA key?
- Is there only one key usage to look out for, or are there others?
Where should I learn more?