Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Google Cloud Platform
- AWS
- github
- Java
- Python
- vm
- 후기
- direnv
- cloud function
- Uptime Check
- docker
- devops
- pub/sub
- cloud armor
- IAM
- interconnect
- VAGRANT
- MIG
- 우테캠
- gcp
- kubernetes
- CentOS
- cloud
- vpc peering
- Terraform Cloud
- 보안 규칙
- 자격증
- cicd
- terraform
- Clean Code
Archives
- Today
- Total
목록Spring (1)
EMD Blog
Spring Boot와 Jenkins를 이용한 ECR Push(2)
Jenkins를 설치했다면 파일을 주고 받기위해 RSA 암호화 키를 생성해야 한다. RSA Key를 생성하는 이유는 Jenkins에서 Git Repository에 접근할 때 Http가 아닌 SSH 방식으로 접근할 것이기 때문이다. 그럼 Key를 먼저 생성해보자. 생성하는 위치는 Jenkins가 설치되어 있는 서버 내 아무곳에나 생성하면 된다. $ ssh-keygen -t rsa -f study Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in study. 패스워드의 경우 일단 비워두고 진행하도록 하자. -t 암호화 형식이다. RSA를 사용할 것이므로 rsa로..
CICD
2021. 7. 14. 23:51