<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Hello,<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"><a href="https://www.virtualbox.org/wiki/Linux_Downloads">VirtualBox website's instructions</a> on how to install their Linux packages provides a great 1-line key adding command (key not stored in a file, simply piped to the standard input of apt-key):<br>

<pre class="">wget -q protocol://some.key -O- | sudo apt-key add -</pre><a href="http://nginx.org/en/linux_packages.html">The Nginx website's page</a> on Linux packages provides you with the key file address:<br><a href="http://nginx.org/en/linux_packages.html">http://nginx.org/en/linux_packages.html</a><br>

<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">To sum-up, here is a quick how-to add the Nginx key to your keyring:<br><pre class="">wget -q <a href="http://nginx.org/en/linux_packages.html">http://nginx.org/en/linux_packages.html</a> -O- | sudo apt-key add -</pre>

Have a nice day,<br></div><div class="gmail_extra"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font>
</div></div>