Skip to content

Installation issue of v1.11.0 #121

Answered by GeunjeLEE
choonho asked this question in Q&A
Discussion options

You must be logged in to vote

안녕하세요.

document를 리뷰해본 결과, 혼란스러울 수 있는 부분이 있어 nginx-ingress의 공식 문서를 참고하여 tls 설정 방법을 안내해드립니다.
(남겨주신 피드백을 바탕으로, document는 추후 업데이트 될 예정입니다. 감사합니다.)


Generate self-managed SSL

아래의 openssl 명령어를 이용해서 사설 ssl 인증서를 생성합니다. (준비된 인증서가 있다면 사설 인증서 생성은 skip 해도 됩니다.)

  • console
    • *.{domain}
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout console_ssl.pem -out console_ssl.csr -subj "/CN=*.{domain}/O=spaceone" -addext "subjectAltName = DNS:*.{domain}"
  • api
    • *.api.{domain}
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout api_ssl.pem -out api_ssl.csr -subj "/CN=*.api.{domain}/O=spaceone" -addext "subjectAltName = DNS:*.api.{domain}"

Create secret for ssl

인증서가 준비 되었다면 해당 인증서 파일을 이용해서 se…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@yangmingyu2020
Comment options

@yangmingyu2020
Comment options

@GeunjeLEE
Comment options

Answer selected by whdalsrnt
@yangmingyu2020
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants