Info Secu Assig
Info Secu Assig
Semester: 3rd
Assignment# 2
INFORMATION SECURITY
Qno1:
Describe the process of obtaining a digital certificate from a Certificate
Authority (CA).
ANSWER:
Obtaining a digital certificate from a Certificate Authority (CA) involves several key steps.
A digital certificate is an electronic document used to prove the ownership of a public key.
Certificates are used in various applications, such as securing websites (SSL/TLS), email
encryption, and securing communication between network devices.
Research and select a trusted Certificate Authority (CA) such as DigiCert, Symantec,
GlobalSign, Comodo, or Let’s Encrypt. CAs are trusted entities that issue digital
certificates.
5. Validation Process
The CA will validate the information provided. The level of validation depends on the
type of certificate:
o Domain Validation (DV): Only verifies domain ownership.
o Organization Validation (OV): Verifies domain ownership and organization
details.
o Extended Validation (EV): Requires comprehensive verification of the
organization.
The validation process may include email verification, phone calls, or checking official
records.
Once the CA has validated your information, they will issue the digital certificate. You
will receive a file containing the certificate, which includes your public key and the CA's
digital signature.
You might also receive intermediate certificates that link your certificate to the CA’s root
certificate.
Install the digital certificate on your server or device. The process depends on the specific
server or application you are using (e.g., Apache, IIS, email client).
Configure your server or application to use the certificate for secure communications.
This often involves updating configuration files and restarting services.
Digital certificates have an expiration date (usually between 1-3 years). Ensure you
renew your certificate before it expires to maintain secure communications.
Regularly check for updates or changes in CA policies and practices to ensure
compliance.
Summary
Steps: Choose CA, generate CSR, submit CSR, validation, issuance, install and
configure, and renewal.
Tools: OpenSSL, web server configuration tools.
Validation Types: DV, OV, EV.
Importance: Ensures secure communications and identity verification.
QUESTION NO 2:
A user receives a warning message indicating that a website digital certificate is not trusted.
What steps can the user take to verify the certificate authenticity?
ANSWER:
When a user receives a warning message indicating that a website's digital certificate is not trusted, they
can take the following steps to verify the certificate's authenticity:
__________________________