This 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 characters
Acesse o portal do TFSVS, clique em seu perfil no menu superior | |
#1)Opção Security > Alternate credentials :(veja Imagem ##1) | |
-Em UserName(secondary) digite um alias alternativo qualquer ou o mesmo UserName(primary) | |
-Defina uma senha alternativa | |
-Clique em Save | |
#2)No seu Jenkins(a exibição dos menus, depende de suas permissões de usuário): | |
-Acesse Credentials > System > Global credentials(veja Imagem ##2) | |
-Clique em Add Credentials:(veja Imagem ##3) |
This 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 characters
Geração de certificado SSL com o Let's Encrypt | |
#1) Instalação | |
sudo apt-get update | |
sudo apt-get install software-properties-common | |
sudo add-apt-repository ppa:certbot/certbot | |
sudo apt-get update | |
sudo apt-get install certbot | |
#2) Geração de um novo certificado |