14.11. SSL/TLS 인증서 수동 업데이트
TLS(TLS-e) 프로세스에서 자동 생성되지 않는 자체 SSL/TLS 인증서를 사용하는 경우 다음 단계를 완료합니다.
절차
다음 콘텐츠를 사용하여 heat 템플릿을 편집합니다.
-
enable-tls.yaml파일을 편집하고SSLCertificate, SSLKey및SSLIntermediateCertificate매개변수를 업데이트합니다. -
인증 기관이 변경된 경우
inject-trust-anchor-hiera.yaml파일을 편집하고CAMap매개변수를 업데이트합니다.
-
배포 명령을 다시 실행합니다.
$ openstack overcloud deploy --templates \ [...] -e /home/stack/templates/enable-tls.yaml \ -e ~/templates/custom-domain.yaml \ -e ~/templates/inject-trust-anchor-hiera.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-endpoints-public-dns.yamldirector에서 각 컨트롤러에 대해 다음 명령을 실행합니다.
ssh heat-admin@<controller> sudo podman \ restart $(podman ps --format="{{.Names}}" | grep -w -E 'haproxy(-bundle-.*-[0-9]+)?')