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

Block or report haddadnidal

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

Pinned

  1. .dotfiles .dotfiles Public

    My personal dotfiles.

    Shell

  2. Kubernetes-snippet Kubernetes-snippet Public

    Atom package to add kubernetes-snippets.

    3 4

  3. docker-nginx docker-nginx Public

    Forked from KyleAMathews/docker-nginx

    Nginx Docker image for easy hosting of static sites

  4. docker-openvpn docker-openvpn Public

    Forked from kylemanna/docker-openvpn

    🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA

    Shell

  5. trivy trivy Public

    Forked from aquasecurity/trivy

    A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI

    Go

  6. How to setup your own CA with OpenSSL How to setup your own CA with OpenSSL
    1
    
                  
    2
    # How to setup your own CA with OpenSSL
    3
    
                  
    4
    For educational reasons I've decided to create my own CA.
    5
    Here is what I learned.