Skip to content

Instantly share code, notes, and snippets.

@AntonMiles
AntonMiles / keybase.md
Created September 24, 2019 12:26
A gist to connect my Github account to my Keybase account.

Keybase proof

I hereby claim:

  • I am antonmiles on github.
  • I am antonmiles (https://keybase.io/antonmiles) on keybase.
  • I have a public key ASCbGzMLkW0csy-6p8kBRAS_gKc0aV77MuPx-zE0w1LdNwo

To claim this, I am signing this object:

@AntonMiles
AntonMiles / dockerfile
Created July 15, 2017 15:04
Creating A .NET Windows Docker Container With Internal IIS SSL (From PFX File) and HTTPS Support
# The following won't work as-is, I use '<>' to denote variables you need to replace, including a name so you can keep them straight!
# A list of all of them, for searching follows.
# app_directory
# app_name
# ssl_password
# ssl_name
#base machine is meant to contain IIS as well as asp/.net requirements
FROM microsoft/aspnet
#Expose port 443 to allow incoming traffic over the default HTTPS port