NetWorker: "Subject Alternative Name" SAN을 사용하여 SSL용 CSR 생성

Summary: 이 문서에서는 SAN(Subject Alternative Name)이 포함된 SSL용 CSR(Certificate Signing Request)을 생성하는 방법에 대한 일반적인 지침을 제공합니다. 이 기술 자료는 추가 지원을 제공하기 위한 것이지만 시스템 관리자가 이 작업을 완료해야 합니다.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

참고: 이 프로세스는 OpenSSL 유틸리티를 사용합니다. 기본적으로 Windows 호스트에는 OpenSSL 프로그램이 포함되어 있지 않습니다. Windows NetWorker Server에 OpenSSL을 설치할 수 없는 경우 모든 Linux 호스트에서 CSR을 수행할 수 있습니다. Linux에서는 OpenSSL을 기본적으로 사용할 수 있습니다. 생성된 데이터를 보존 .csr.key NetWorker Server에서 SSL 통합 중 검증을 위한 파일입니다.

기본 CN(Common Name) 및 주체 대체 이름(모든 도메인 이름 및 IP 주소 표시)을 사용하여 CSR을 생성하도록 요청합니다. 
  1. Linux 호스트에 파일을 생성합니다.
vi server_cert.cnf
  1. 아래 내용을 server_cert.cnf 파일에 정의된 대로 사용하는 것이 중요합니다.
[req]
distinguished_name = req_distinguished_name
req_extensions = req_ext
prompt = no

[req_distinguished_name]
C   = 
ST  = 
L   = 
O   = 
OU  = 
CN  = 

[req_ext]
subjectAltName = @alt_names

[alt_names]
DNS.1 = 
DNS.2 = 
DNS.3 =
IP.1 =
IP.2 =
email.1 = 
  1. 위의 템플릿이 생성되면 환경별 정보를 입력합니다. CSR 생성에 도움이 필요한 경우 도메인 관리자에게 문의하십시오. 
Country (C): The two-letter ISO code(* see link below)  for the country where the organization is located.

State/County/Region (ST): The state/region where the organization is located.

Locality (L): The city where the organization is located.

Organization Name (O): Usually the legal name of a company or entity and should include any suffixes such as Ltd., Inc., or Corp.
Organizational Unit (OU): Internal organization department/division name.

Common Name (CN): The fully or qualified domain name (FQDN) of the server based on the hostname available on the nsrla of the host.

Clarified SAN Guidance : It is important to include the FQDN as DNS.1. Add the short hostname and any other aliases or IP addresses as needed to cover all valid ways the host may be accessed. 

DNS.1: Mandatory. Always set to the full FQDN of the host (e.g., server.company.com).

DNS.2: Recommended. Short hostname (e.g., server).

DNS.3: Optional. Additional FQDN, short name, or IP address — use this for aliases, VIPs, or any other name that might resolve to the same server.

email.x: Optional. Include if required by your CA or if you want the cert to bind to an email identity.

IP.x: Optional. Use IP.x only when you want clients to connect directly to the IP and still trust the cert. If you don’t add IP.x and someone connects to https://192.168.1.10 → the SSL check will fail because the cer
* 조직이 위치한 국가 또는 지역의 두 글자 ISO 코드이 하이퍼링크는 Dell Technologies 외부의 웹사이트로 연결됩니다. 입니다.
 

필요에 따라 DNS.x 및 IP.x 항목을 추가하거나 제거합니다.

예:

[req]
distinguished_name = req_distinguished_name
req_extensions = req_ext
prompt = no
[req_distinguished_name]
C   = US
ST  = Texas
L   = Round Rock
O   = Dell Technologies Inc.
OU  = Data Protection Team
CN  = server.fqdn.example.com    # Common Name - must match primary FQDN

# ================================
# Extensions for SAN
# ================================
[ req_ext ]
subjectAltName = @alt_names

[ alt_names ]
# DNS.1: Mandatory — fully qualified domain name (FQDN)
DNS.1 = server.fqdn.example.com

# DNS.2: Recommended — short hostname (without domain)
DNS.2 = servername

# DNS.3: Optional — additional FQDN, short name, or IP address
DNS.3 = server.alias.example.com

# Optional: include email if needed
#IP.1 = 192.1xx.1.10               # Literal IP address
#IP.2 = 10.1.1.5                   # Another IP if needed
#email.1 = admin@example.com
  1. 아래 명령을 실행하여 파일에 추가된 정보를 기반으로 CSR 및 개인 키를 생성합니다. server_cert.cnf에 관한 자세한 내용을 참조하십시오.
#openssl req -new -newkey rsa:4096 -nodes -keyout new_server.key -out new_server.csr -config server_cert.cnf
  1. CSR은 서명을 위해 인증 기관에 제출됩니다. 

Additional Information

참고: NetWorker 19.12.0.0을 사용하는 Linux 호스트는 OpenSSL 3.0.14를 지원합니다. Windows에는 여전히 1.1.1n이 필요합니다.


NetWorker: cakey.pem을 교체한 후 NMC GST 서비스가 시작된 후 즉시 종료됨

Affected Products

NetWorker, NetWorker Management Console
Article Properties
Article Number: 000251184
Article Type: How To
Last Modified: 16 Jul 2025
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.