Skip to content
View IvanKhartov's full-sized avatar

Block or report IvanKhartov

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. How to generate an SSL CSR or self s... How to generate an SSL CSR or self signed SSL certificate
    1
    # How to generate an SSL CSR or self signed SSL certificate
    2
    
                  
    3
    ## Overview
    4
    
                  
    5
    The following is an extremely simplified view of how SSL is implemented and what part the certificate plays in the entire process.
  2. How to create an HTTPS certificate f... How to create an HTTPS certificate for localhost domains
    1
    # How to create an HTTPS certificate for localhost domains
    2
    
                  
    3
    This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
    4
    
                  
    5
    
                  
  3. Using multiple github accounts with ... Using multiple github accounts with ssh keys
    1
    
                  
    2
    ## Problem
    3
    I have two Github accounts: *oanhnn* (personal) and *superman* (for work).
    4
    I want to use both accounts on same computer (without typing password everytime, when doing git push or pull).
    5