Challenge 5: SSL Certificates - Hsanokklis/2022-2023-Tech-journal GitHub Wiki

Cyber Command: Solve the following questions about the Cyber Skyline SSL Certificate

Q: Who is the issuer for Cyber Skyline's SSL certificate? A: Sectigo Limited

Q: How many bits long is the SSL's key? A: 2048

Q: How many certificates are in the certificate chain? A: 4


Methodology:

Step 1: I clicked on the lock to the left of the URL as seen below:

image

Step 2: I clicked on "connection is secure"

image

Step 3: I clicked on "certificate is valid" to get the pop up below,

image

Step 4: To get the issuer I looked here:

image

Step 5: To get the bit length of the key, I clicked on details, then scrolled under Certificate fields and clicked on "subjects public key"

image

image

Step 6: To see how many certificates were in the certificate chain, I counted how many certificates were under "Certificate Hierarchy"

image

Links:

What is a SSL certificate?