Skip to content
View pjosalgado's full-sized avatar
💻
Switching between GitHub and GitLab
💻
Switching between GitHub and GitLab
Block or Report

Block or report pjosalgado

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. homelab-templates homelab-templates Public

    Template scripts and configuration files from my home lab.

    Shell 1

  2. server-companion-flutter-app server-companion-flutter-app Public

    A app to track the statistics of your servers - under construction!

    C++

  3. docker-nginx-ssl-proxy docker-nginx-ssl-proxy Public

    Forked from DanielDent/docker-nginx-ssl-proxy

    SSL Front-End Proxy With Automatic Free Certificate Management

    Dockerfile

  4. puc-tcc-pos-arqsoftdistrib puc-tcc-pos-arqsoftdistrib Public

    Mirror repository.

    Java

  5. keybase.md keybase.md
    1
    ### Keybase proof
    2
    
                  
    3
    I hereby claim:
    4
    
                  
    5
      * I am pjosalgado on github.
  6. How to use Letsencrypt certificate &... How to use Letsencrypt certificate & private key with Jetty
    1
    # input: fullchain.pem and privkey.pem as generated by the "letsencrypt-auto" script when run with
    2
    # the "auth" aka "certonly" subcommand
    3
    
                  
    4
    # convert certificate chain + private key to the PKCS#12 file format
    5
    openssl pkcs12 -export -out keystore.pkcs12 -in fullchain.pem -inkey privkey.pem