-
Notifications
You must be signed in to change notification settings - Fork 0
/
task7.php
43 lines (40 loc) · 908 Bytes
/
task7.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<body>
<main>
<h1> Task 7 </h1>
<table>
<tr>
<th>Website URL</th>
<th>Certification Authority</th>
<th>Certificate Expiry Date</th>
</tr>
<tr>
<td>https://www.unisa.ac.za/sites/corporate/default</td>
<td>Sectigo RSA Organization Validation Secure Server CA</td>
<td>April 21, 2023</td>
</tr>
<tr>
<td>https://www.fnb.co.za/</td>
<td>Entrust Certification Authority - L1M</td>
<td>June 8, 2023</td>
</tr>
<tr>
<td>https://www.absa.co.za/personal/</td>
<td>DigiCert SHA2 Secure Server CA</td>
<td>June 24, 2023</td>
</tr>
<tr>
<td>https://www.capitecbank.co.za/</td>
<td>Entrust Certification Authority - L1M</td>
<td>July 30, 2023</td>
</tr>
<tr>
<td>https://www.standardbank.co.za/southafrica/personal/home</td>
<td>Cloudflare Inc ECC CA-3</td>
<td>June 14, 2023</td>
</tr>
</table>
</main>
</body>
</html>