NetWorker: Generazione CSR per SSL con SAN "Subject Alternative Name"
Summary: Questo articolo fornisce istruzioni generali su come generare una richiesta di firma del certificato (CSR) per SSL che include nomi alternativi del soggetto (SAN, Subject Alternative Names). Questa Knowledge Base ha lo scopo di fornire ulteriore supporto, tuttavia l'amministratore di sistema deve completare questa attività. ...
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
Nota: Questo processo utilizza l'utilità OpenSSL. Per impostazione predefinita, gli host Windows non includono il programma OpenSSL. Se non è possibile installare OpenSSL sul server NetWorker di Windows, la CSR può essere eseguita su qualsiasi host Linux. Su Linux, OpenSSL è disponibile per impostazione predefinita. Conservazione del file generato
.csr e .key file per la convalida durante l'integrazione SSL sul server NetWorker.
Richiesta di generazione di CSR con nome comune (CN) primario e nomi alternativi del soggetto (indicare tutti i nomi di dominio e gli indirizzi IP).
- Creare un file su qualsiasi host Linux.
vi server_cert.cnf
- Incollare i seguenti contenuti in
server_cert.cnfdi NetWorker.
[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 =
- Una volta creato il modello precedente, inserire le informazioni specifiche dell'ambiente. Contattare l'amministratore di dominio se è necessaria assistenza per la generazione della 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
* Il codice
ISO di due lettere per il paese o la regione in cui si trova l'organizzazione.
Aggiungere o rimuovere voci DNS.x e IP.x in base alle esigenze.
Esempio:
[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
- Eseguire il comando riportato di seguito per generare la CSR e la chiave privata in base alle informazioni aggiunte nel file
server_cert.cnf.
#openssl req -new -newkey rsa:4096 -nodes -keyout new_server.key -out new_server.csr -config server_cert.cnf
- La CSR viene inviata a una CA per la firma.
Additional Information
Nota: Gli host Linux che utilizzano NetWorker 19.12.0.0 supportano OpenSSL 3.0.14. Windows richiede ancora 1.1.1n.
Affected Products
NetWorker, NetWorker Management ConsoleArticle 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.