diff --git a/_config.yml b/_config.yml index 5f74f05..8db0b26 100644 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ avatar: /assets/img/avatar.jpg social: name: Sanjay Singh - email: gargwanshi.sanjay@gmail.com + email: hello@singh-sanjay.com links: - https://www.linkedin.com/in/singhsanjay12 - https://github.com/singhsanjay12 diff --git a/_posts/2025-08-03-zero-trust-with-reverse-proxy.md b/_posts/2025-08-03-zero-trust-with-reverse-proxy.md index 69a9ca1..5233da9 100644 --- a/_posts/2025-08-03-zero-trust-with-reverse-proxy.md +++ b/_posts/2025-08-03-zero-trust-with-reverse-proxy.md @@ -72,4 +72,4 @@ This separation has practical consequences: This post covered the *why* and the *what* of Zero Trust with a reverse proxy. Part Two will go inside TrustBridge — how the mTLS handshake is structured, how device certificates are issued and validated, how the SSO integration works, and the architecture decisions that came with operating this at enterprise scale. -If you are working on similar problems — or thinking about how to approach Zero Trust in your own infrastructure — I would like to hear from you. You can reach me on [LinkedIn](https://www.linkedin.com/in/singhsanjay12) or by [email](mailto:gargwanshi.sanjay@gmail.com). +If you are working on similar problems — or thinking about how to approach Zero Trust in your own infrastructure — I would like to hear from you. You can reach me on [LinkedIn](https://www.linkedin.com/in/singhsanjay12) or by [email](mailto:hello@singh-sanjay.com). diff --git a/_posts/2025-10-20-zero-trust-control-plane-and-sessions.md b/_posts/2025-10-20-zero-trust-control-plane-and-sessions.md index 4646f66..4039abe 100644 --- a/_posts/2025-10-20-zero-trust-control-plane-and-sessions.md +++ b/_posts/2025-10-20-zero-trust-control-plane-and-sessions.md @@ -233,4 +233,4 @@ If you are thinking about whether and how to move toward this architecture, thre --- -*If you are working through similar problems, reach out on [LinkedIn](https://www.linkedin.com/in/singhsanjay12) or by [email](mailto:gargwanshi.sanjay@gmail.com).* +*If you are working through similar problems, reach out on [LinkedIn](https://www.linkedin.com/in/singhsanjay12) or by [email](mailto:hello@singh-sanjay.com).* diff --git a/_tabs/about.md b/_tabs/about.md index ea3351c..5a9a2a5 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -88,8 +88,8 @@ order: 4 github.com/singhsanjay12 - + - gargwanshi.sanjay@gmail.com + hello@singh-sanjay.com diff --git a/index.html b/index.html index 2870b63..47dd9bf 100644 --- a/index.html +++ b/index.html @@ -20,8 +20,8 @@

Sanjay Singh

linkedin.com/in/singhsanjay12 - - gargwanshi.sanjay@gmail.com + + hello@singh-sanjay.com diff --git a/tests/homepage_test.rb b/tests/homepage_test.rb index 544ecc4..b1383b0 100644 --- a/tests/homepage_test.rb +++ b/tests/homepage_test.rb @@ -31,7 +31,7 @@ def test_hero_linkedin_link end def test_hero_email_link - assert_match(/gargwanshi\.sanjay@gmail\.com/, @html, + assert_match(/hello@singh-sanjay\.com/, @html, "Email address must appear in hero section") end