aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2022-11-12 20:55:26 -0800
committerGravatar Xithrius <[email protected]>2022-11-12 20:55:26 -0800
commitf4b3a0d006a07dd6f32c6105021f39c56ddfeadd (patch)
treec834854118cadba79ccacd4bd97850f982db8648 /pydis_site/apps/content
parentMade static PEM image better (diff)
Made stuff and things even better
Diffstat (limited to 'pydis_site/apps/content')
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/fix-ssl-certificate.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/fix-ssl-certificate.md b/pydis_site/apps/content/resources/guides/python-guides/fix-ssl-certificate.md
index ea141838..096e3a90 100644
--- a/pydis_site/apps/content/resources/guides/python-guides/fix-ssl-certificate.md
+++ b/pydis_site/apps/content/resources/guides/python-guides/fix-ssl-certificate.md
@@ -1,5 +1,5 @@
---
-title: Fixing an SSL Certificate Verification Error.
+title: Fixing an SSL Certificate Verification Error
description: A guide on fixing verification of an SSL certificate.
---
@@ -11,7 +11,7 @@ Firstly, try updating your OS, wouldn't hurt to try.
Now, if you're still having an issue, you would need to download the certificate for the SSL.
-The SSL Certificate, Sectigo (cert vendor) provides a download link of [certificate](https://crt.sh/?id=2835394). You should find it in the bottom left corner, where it's saying Download Certificate: *PEM*.
+The SSL Certificate, Sectigo (cert vendor) provides a download link of an [SSL certificate](https://crt.sh/?id=2835394). You should find it in the bottom left corner, shown below:
A picture where to find the certificate in the website is:
![location of certificate](/static/images/content/fix-ssl-certificate/pem.png)