From d2414c6f496788558512c277a9d57f531ed893d6 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Fri, 14 Jul 2023 18:41:10 -0400 Subject: [PATCH] add blog --- src/static/data/blogs/side-project-log-7-12-2023.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/data/blogs/side-project-log-7-12-2023.md b/src/static/data/blogs/side-project-log-7-12-2023.md index 7335cac..60cdd8c 100644 --- a/src/static/data/blogs/side-project-log-7-12-2023.md +++ b/src/static/data/blogs/side-project-log-7-12-2023.md @@ -5,7 +5,7 @@ This side project log is more than a bit late due to working a busy summer inter ## NWS Container Deployment Service I have finally added SSL to NWS CDS. This was challenging, as it required handling ACME challenges and certificate distribution across a set of geo-distributed Kubernetes clusters. I detail the complexities of this in a [previous blog -I wrote](http://nickorlow.com/blog/ssl-in-nws-cds). In order to implement auto-renewing, automatic SSL, I implemented the below solution: +I wrote](http://nickorlow.com/blog/ssl-in-nws-cds). In order to implement auto-created/auto-renewing SSL, I implemented the below solution: ![Diagram of NWS SSL Architecture](/blog-images/NWS_SSL_Diagram.png)