diff options
author | 2022-11-12 20:55:26 -0800 | |
---|---|---|
committer | 2022-11-12 20:55:26 -0800 | |
commit | f4b3a0d006a07dd6f32c6105021f39c56ddfeadd (patch) | |
tree | c834854118cadba79ccacd4bd97850f982db8648 /pydis_site | |
parent | Made static PEM image better (diff) |
Made stuff and things even better
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/fix-ssl-certificate.md | 4 | ||||
-rw-r--r-- | pydis_site/static/images/content/fix-ssl-certificate/pem.png | bin | 13988 -> 11619 bytes |
2 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:  diff --git a/pydis_site/static/images/content/fix-ssl-certificate/pem.png b/pydis_site/static/images/content/fix-ssl-certificate/pem.png Binary files differindex cb902bb3..face520f 100644 --- a/pydis_site/static/images/content/fix-ssl-certificate/pem.png +++ b/pydis_site/static/images/content/fix-ssl-certificate/pem.png |