0

Can I use the same certificate issued by a certificate authority to sign the security token of SAML assertion and also for HTTPS SSL on IIS?

I am using ColdFusion to create the SAML Response and used Java Keytool to create the certifcate.

bytecode77
  • 14,163
  • 30
  • 110
  • 141
Balcha Aba Nebso
  • 43
  • 1
  • 1
  • 5

1 Answers1

0

Can you? Yes. Should you? No. It's better to use a self - signed cert than to share them. I can't tell you the number of times I've seen an admin screw up and send out their private key for their HTTPS cert.

Andrew K.
  • 3,240
  • 12
  • 23