Last active
          March 15, 2021 17:56 
        
      - 
      
- 
        Save Fazendaaa/289b72a80e2087577ee0fecee06e4417 to your computer and use it in GitHub Desktop. 
Revisions
- 
        Fazendaaa renamed this gist Mar 15, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,4 @@ sudo rm -r a41a3d4bc4e693ac6f5fadc26817c520 d518f09567f50cda3018f00211bce5a1 docker network create proxy mkcert -install sudo mkcert -cert-file ~/.certs/local-cert.pem -key-file ~/.certs/local-key.pem "docker.localhost" "*.docker.localhost" "domain.local" "*.domain.local" 
- 
        Fazendaaa created this gist Mar 12, 2021 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #!/bin/sh mkdir ~/.certs mkdir ~/.traefik git clone https://gist.github.com/Fazendaaa/a41a3d4bc4e693ac6f5fadc26817c520 git clone https://gist.github.com/Fazendaaa/d518f09567f50cda3018f00211bce5a1 cp a41a3d4bc4e693ac6f5fadc26817c520/* ~/.traefik cp d518f09567f50cda3018f00211bce5a1/* ~/.traefik sudo rm -r a41a3d4bc4e693ac6f5fadc26817c520 d518f09567f50cda3018f00211bce5a1 docker network create proxy mkcert -install mkcert -cert-file ~/.certs/local-cert.pem -key-file ~/.certs/local-key.pem "docker.localhost" "*.docker.localhost" "domain.local" "*.domain.local"