일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Kubernetes
- OpenStack
- ceph
- ceph-ansible
- KVM
- kolla-ansible
- archlinux
- cloud-init
- HTML
- yum
- Octavia
- nfs-provisioner
- repository
- i3
- terraform
- Docker
- awx
- ubuntu
- Kubeflow
- pacman
- Ansible
- golang
- k8s
- Arch
- libvirt
- kolla
- grafana-loki
- Linux
- port open
- cephadm
Archives
- Today
- Total
YJWANG
OpenSSL 인증서 생성 본문
인증서 생성
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout test.key -out test.crt
private key 암호 설정이 필요한 경우
openssl req -x509 -days 365 -newkey rsa:2048 -keyout test.key -out test.crt
반응형