Skip to content

Commit

Permalink
add extra image
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmoini committed Feb 26, 2024
1 parent 3cc92a2 commit 6b16711
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ This is something you have to solve for at every level of PKI management, from a

Say you roll your own self-signed certificate - or self-signed Certificate Authority chain.

You go sign some certificates, configure your services to use them - but the clients are still showing an `ERR_CERT_AUTHORITY_INVALID` error!
You go sign some certificates, configure your services to use them - but the clients are still showing an `ERR_CERT_AUTHORITY_INVALID` error! Something that looks like this maybe:

{{< imgSet cols="1" name="ssl-error" >}}
{{< imgItem src="/images/posts/2024/02/root-ca/insecure-site.jpg" alt="I've gotten really good at skrt-skrt'ing past these warning pages" >}}
{{< /imgSet >}}

This is because while the connection is encrypted, your client can't be sure you're not being Man-in-the-Middle'd because it can't validate the identity of the other side.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b16711

Please sign in to comment.