This commit is contained in:
Nicholas Orlowsky 2023-07-14 18:41:10 -04:00
parent e4da70729b
commit d2414c6f49
No known key found for this signature in database
GPG key ID: 58832FD3AC16C706

View file

@ -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 ## NWS Container Deployment Service
I have finally added SSL to NWS CDS. This was challenging, as it required handling ACME challenges and certificate 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 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) ![Diagram of NWS SSL Architecture](/blog-images/NWS_SSL_Diagram.png)