Skip to content

Instantly share code, notes, and snippets.

View timetorock's full-sized avatar
🇺🇦
#StandWithUkraine

timetorock

🇺🇦
#StandWithUkraine
View GitHub Profile
@timetorock
timetorock / SSL-certs-OSX.md
Created February 14, 2019 10:53 — forked from croxton/SSL-certs-OSX.md
Generate ssl certificates with Subject Alt Names

Generate ssl certificates with Subject Alt Names on OSX

Open ssl.conf in a text editor.

Edit the domain(s) listed under the [alt_names] section so that they match the local domain name you want to use for your project, e.g.

DNS.1   = my-project.dev

Additional FQDNs can be added if required:

@timetorock
timetorock / README.md
Created April 6, 2016 12:00 — forked from alex7kom/README.md
Steam Donation Bot

Steam Donation Bot

A Steam bot that accepts item donations.

Basically, it accepts any offer that doesn't ask for any items from its inventory.

Feel free to use if you want to accept item donations for your project, or modify it as you see fit.

This bot does not support mobile auth as of yet.