4 069
contributi
Riga 95: | Riga 95: | ||
</pre> | </pre> | ||
L'unico valore che ''dovremo'' aggiungere a mano sarà il ''Common Name'', dove andrà indicato il nome completo del server. | L'unico valore che ''dovremo'' aggiungere a mano sarà il ''Common Name'', dove andrà indicato il nome completo del server. | ||
<br/> | |||
A questo punto siamo pronti per generare il certificato per il server: | |||
<pre> | |||
# ./build-key-server mioserver | |||
</pre> | |||
che avrà un output simile al seguente: | |||
<pre> | |||
mioserver:/etc/openvpn/easy-rsa/2.0# ./build-key-server mioserver | |||
Generating a 1024 bit RSA private key | |||
………++++++ | |||
…………………++++++ | |||
writing new private key to ‘server.key’ | |||
—– | |||
You are about to be asked to enter information that will be incorporated | |||
into your certificate request. | |||
What you are about to enter is what is called a Distinguished Name or a DN. | |||
There are quite a few fields but you can leave some blank | |||
For some fields there will be a default value, | |||
If you enter ‘.’, the field will be left blank. | |||
—– | |||
Country Name (2 letter code) [IT]: | |||
State or Province Name (full name) [LO]: | |||
Locality Name (eg, city) [Lodi]: | |||
Organization Name (eg, company) [Organizzazione]: | |||
Organizational Unit Name (eg, section) []: | |||
Common Name (eg, your name or your server’s hostname) []:'''mioserver''' | |||
</pre> |