Skip to content

Instantly share code, notes, and snippets.

View kenriortega's full-sized avatar
🏠
Working from home

Kenrique Ortega kenriortega

🏠
Working from home
View GitHub Profile
@kenriortega
kenriortega / n8n configuration files
Created September 9, 2022 12:36 — forked from khpraful/n8n configuration files
n8n configuration files for kubernetes deployment
n8n configuration files for kubernetes deployment
@kenriortega
kenriortega / dotnet-core.yml
Created September 13, 2022 00:49 — forked from brianmed/dotnet-core.yml
Github Actions Pipeline for dotnet core deploying into DigitalOcean
name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
@kenriortega
kenriortega / setupiisforsslperfectforwardsecrecy_v17.ps1
Created January 31, 2023 19:41 — forked from jbratu/setupiisforsslperfectforwardsecrecy_v17.ps1
Great powershell script for tightening HTTPS security on IIS and disabling insecure protocols and ciphers. Very useful on core installations.
# Copyright 2019, Alexander Hass
# https://www.hass.de/content/setup-microsoft-windows-or-iis-ssl-perfect-forward-secrecy-and-tls-12
#
# After running this script the computer only supports:
# - TLS 1.2
#
# Version 3.0.1, see CHANGELOG.txt for changes.
Write-Host 'Configuring IIS with SSL/TLS Deployment Best Practices...'
Write-Host '--------------------------------------------------------------------------------'