Question

setting up VPN on Ubuntu 16.04 build-ca error message

Running Ubuntu 16.04 on a HP Pavilion laptop In following your tutorial “How to set Up an OpenVPN server on Ububtu 16.04” I got to step 4 “Build the Certificate Authority” and when I ran the ./build-ca command I got the following output:

Generating a 2048 bit RSA private key …+++ …+++ unable to write ‘random state’ writing new private key to ‘ca.key’

As you can see it is telling me it can not write the random state. I want to know if I can ignore this message and continue or what I might try to fix it.

Any and all help is appreciated.

Show comments

Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Accepted Answer

Hi @raygolost

It’s usually because your .rnd is not owned by the user. You can remove it:

sudo rm ~/.rnd

You can read more here: https://stackoverflow.com/questions/94445/using-openssl-what-does-unable-to-write-random-state-mean

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel