wk2 ssl Flashcards

1
Q

cPanel (powered by Sectigo) has the following limits:

A

1

Can secure up to 1,000 domains per certificate (this means per virtual host).
2

AutoSSL will not renew certificates that contain wildcard domains.
3

AutoSSL will not issue certificates for websites on suspended accounts. The account must be activated in order for AutoSSL to issue a certificate.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does SNI stand for

A

SNI stands for Server Name Indication.

It allows SSL connections to use name-based virtual hosts, just like standard connections do.

Without SNI, only the IP address the client connected to is used to determine which virtual host to use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What port to test for secure POP and IMAP?

A

Similar to the procedure for web server troubleshooting, you can test secure POP (port 995) and IMAP (port 993) connectivity.

$ openssl s_client -connect example.com:995

$ openssl s_client -connect example.com:993

How well did you know this?
1
Not at all
2
3
4
5
Perfectly