Skip to content
View balenr's full-sized avatar
Block or Report

Block or report balenr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
balenr/README.md

Hello 🙋🏻‍♂️

  • 🔭 I’m currently working on several Azure Virtual Desktop deployments
  • 📚 I'm preparing for the AZ-140 exam
  • 🌱 I’m learning Terraform and Ansible
  • ⚡ Fun fact: avid ballroomdancer

Pinned Loading

  1. dotfiles dotfiles Public

    My dotfiles for macOS.

    Shell 1

  2. PowerShell PowerShell Public

    Various PowerShell scripts and functions

    PowerShell 1 1

  3. NetScaler HTTP Security Headers NetScaler HTTP Security Headers
    1
    add rewrite action rwa_insert_XFrame_header insert_http_header X-Frame-Options "\"SAMEORIGIN\""
    2
    add rewrite action rwa_insert_XSS_header insert_http_header X-Xss-Protection "\"1; mode=block\""
    3
    add rewrite action rwa_insert_XContent_header insert_http_header X-Content-Type-Options "\"nosniff\""
    4
    add rewrite action rwa_insert_CSP_header insert_http_header Content-Security-Policy "\"frame-ancestors \'self\'\""
    5
    add rewrite action rwa_insert_REF_header insert_http_header Referrer-Policy "\"strict-origin-when-cross-origin\""
  4. OpenSSL CSR with Subject Alternative... OpenSSL CSR with Subject Alternative Names
    1
    [req]
    2
    distinguished_name = req_distinguished_name
    3
    req_extensions = v3_req
    4
    prompt = no
    5