Is It Safe to Use IISCrypto for TLS Settings on a Domain Controller?

0
1
Asked By CuriousCat09 On

I'm curious if using IISCrypto on a Domain Controller is considered a good practice, specifically just to adjust TLS settings. I understand that IISCrypto is usually a GUI application, but I'm only looking to use it for best practice TLS configurations. Is it suitable, or is it deemed overkill?

2 Answers

Answered By TechieTom123 On

Using IISCrypto on a Domain Controller is generally okay. It allows for some solid TLS configurations. Just be aware of the potential implications of adding any GUI-based tools on a DC—mainly for security reasons.

Answered By AdminNinja42 On

While it's possible to use IISCrypto, best practices suggest that a Domain Controller shouldn't have IIS installed at all. If you're not running IIS, then using IISCrypto might seem unnecessary. It's worth figuring out if the TLS settings can be configured through the command line instead—it might be safer!

CuriousCat09 -

Thanks for clarifying! I don’t have IIS running; I only need to ensure the TLS settings are in line with best practices. Sounds like I should stick to command line options if possible.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.