177 bytes added ,  14:03, 21 September 2022
writerand
m (typo)
(writerand)
Line 97: Line 97:


The file <i>www.mydomain.com.csr</i> can be provided to the certificate authority for signing.
The file <i>www.mydomain.com.csr</i> can be provided to the certificate authority for signing.
== Writing random seed with writerand ==
Sometimes openssl lacks a random seed and fails. You can easily create a file for this.
<pre>$ openssl rand -writerand $HOME/.rnd</pre>