Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
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,
Being logged in as the user that you installed Easy-RSA with, check the content of the directory ~/easy-rsa:
ls -la ~/easy-rsa/
As you followed DO tutorial, you should get a couple of symbolic links (symlinks) as a result of the above command. These symlinks lead to the files in the directory /usr/share/easy-rsa/. There should be a symlink to easyrsa script there too. Check the script name. Check whether it exists in the directory /usr/share/easy-rsa/:
sudo ls -la /usr/share/easy-rsa/easyrsa*
Let us know how it is going, pls.
additional info: tried
root@ubuntu:~/easy-rsa# sudo find ~/ -iname "easyrsa"
root@ubuntu:~/easy-rsa# sudo find / -iname "easyrsa"
neither returned anything, which makes me think that I missed an install somewhere but I’ve done:
sudo apt install openvpn easy-rsa
Reading package lists... Done
Building dependency tree
Reading state information... Done
easy-rsa is already the newest version (2.2.2-2).
openvpn is already the newest version (2.4.4-2ubuntu1.3).
0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
which was what every tutorial I’ve seen has…