Generazione csr
Da Wiki Neen.
				
				
				(Differenze fra le revisioni)
				
																
				
				
								
				 (Creata pagina con '== Generazione CSR ==  Il CSR viene generato sul server dove sarà installato il certificato.<br>Come notazione si crea nella directory: /etc/apache2/ssl/nomedominio.tld/daanno-a...')  | 
		|||
| (2 revisioni intermedie di un utente non mostrate) | |||
| Riga 1: | Riga 1: | ||
| − | == Generazione CSR ==  | + | == Generazione CSR  ==  | 
| − | Il CSR viene generato sul server dove sarà installato il certificato.<br>Come notazione si crea nella directory: /etc/apache2/ssl/nomedominio.tld/daanno-aanno es: /etc/apache2/ssl/www.neen.it/2013-2014<br>Verranno richieste le seguenti informazioni :  | + | Il CSR viene generato sul server dove sarà installato il certificato.<br>Come notazione si crea nella directory: /etc/apache2/ssl/nomedominio.tld/daanno-aanno es: /etc/apache2/ssl/www.neen.it/2013-2014<br>Verranno richieste le seguenti informazioni :    | 
<pre>Organization Name  | <pre>Organization Name  | ||
Organizational unit  | Organizational unit  | ||
| Riga 7: | Riga 7: | ||
State or Province  | State or Province  | ||
Locality  | Locality  | ||
| − | Common Name*</pre>  | + | Common Name*</pre>    | 
| − | Nota importante (*):<br>Il termine 'Common Name' nella terminologia dello standard X.509 rappresenta il nome che distingue al meglio il certificato. Nel caso di certificati SSL web server, inserite il vostro esatto host e il nome del dominio che desiderate rendere sicuro  | + | Nota importante (*):<br>Il termine 'Common Name' nella terminologia dello standard X.509 rappresenta il nome che distingue al meglio il certificato. Nel caso di certificati SSL web server, inserite il vostro esatto host e il nome del dominio che desiderate rendere sicuro    | 
| − | == informazioni per generare CSR ==  | + | == informazioni per generare CSR  ==  | 
| − | Reperibili da : whois <nomedominio><br>in più:<br>- persona di riferimento :<br> hostmaster@<br>webmaster@<br>postmaster@<br>administrator@<br>admin@<br>root@.  | + | Reperibili da : whois <nomedominio><br>in più:<br>- persona di riferimento :<br> hostmaster@<br>webmaster@<br>postmaster@<br>administrator@<br>admin@<br>root@.    | 
| + | |||
| + | == Generazione ssl su server neen ==  | ||
| + | <pre>openssl req -nodes -newkey rsa:2048 -keyout www.yourdomain-example.com.key -out www.yourdomain-example.com.cs  | ||
| + | </pre>  | ||
| + | [[Category:Manuale_Utenti]] [[Category:SSL]]  | ||
Versione attuale delle 10:48, 21 mar 2014
Generazione CSR
Il CSR viene generato sul server dove sarà installato il certificato.
Come notazione si crea nella directory: /etc/apache2/ssl/nomedominio.tld/daanno-aanno es: /etc/apache2/ssl/www.neen.it/2013-2014
Verranno richieste le seguenti informazioni : 
Organization Name Organizational unit Country Code State or Province Locality Common Name*
Nota importante (*):
Il termine 'Common Name' nella terminologia dello standard X.509 rappresenta il nome che distingue al meglio il certificato. Nel caso di certificati SSL web server, inserite il vostro esatto host e il nome del dominio che desiderate rendere sicuro 
informazioni per generare CSR
Reperibili da : whois <nomedominio>
in più:
- persona di riferimento :
 hostmaster@
webmaster@
postmaster@
administrator@
admin@
root@. 
Generazione ssl su server neen
openssl req -nodes -newkey rsa:2048 -keyout www.yourdomain-example.com.key -out www.yourdomain-example.com.cs