<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Bradiate</title>
    <link>https://bradyh.com/posts/</link>
    <description>Recent content in Posts on Bradiate</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright>
    <lastBuildDate>Tue, 24 Dec 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://bradyh.com/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Setup a SSL Secure Server (HTTPS) in Local IIS</title>
      <link>https://bradyh.com/2019/12/iis-ssl/</link>
      <pubDate>Tue, 24 Dec 2019 00:00:00 +0000</pubDate>
      
      <guid>https://bradyh.com/2019/12/iis-ssl/</guid>
      <description>Sometimes it is necessary to test your local code using a secured protocol (https). All browsers have the capability to interact with secured web servers using the SSL protocol.
Fortunately, if you are developing on a .NET stack, IIS makes this relatively easy by using self-signed certificates. This brief tutorial assumes that you have a good understanding of IIS and .NET development.
 Open IIS and select your root machine/server instance within the ‘Connections’ pane on the left Within the ‘Features View’ pane, find and duble-click on the ‘Server Certificates’ icon Within the ‘Actions’ pane on the far right, select ‘Create Self-Signed Certificate’ Give your certificate any friendly name (it doesn’t matter what), then complete the Wizard  Now that you have created a certificate for your local server, you will just need to assign it to the site(s) you are working with.</description>
    </item>
    
    <item>
      <title>Test localhost from any device on your LAN using Node</title>
      <link>https://bradyh.com/2019/12/test-localhost/</link>
      <pubDate>Tue, 24 Dec 2019 00:00:00 +0000</pubDate>
      
      <guid>https://bradyh.com/2019/12/test-localhost/</guid>
      <description>Have you ever been developing a site locally and wanted to test your work on all of your devices? For instance, I am working on a couple of responsive Node apps on my laptop, but I wanted to be able to run those apps on my tablet or phone connected over Wifi to my LAN. So after a little research and pulling together some resources, I was able to get it working.</description>
    </item>
    
    <item>
      <title>My First Post</title>
      <link>https://bradyh.com/2019/12/my-first-post/</link>
      <pubDate>Sun, 15 Dec 2019 00:00:00 +0000</pubDate>
      
      <guid>https://bradyh.com/2019/12/my-first-post/</guid>
      <description>Hugo on ZEIT Now </description>
    </item>
    
  </channel>
</rss>
