Deleted easy-rsa folders, what to doC compiler cannot create excecutablesUbuntu Server 12.04 - webmin & OpenVPN have both stopped accepting connectionsInstall OpenVPN server and Easy-RSAError while installing Easy-RSA as part of installing OpenVPNInstalled easy-rsa package, but I cannot find the directorySSH disconnects after OpenVPN connection using PureVpnCannot get OpenVPN installed - Ubuntu Server 16.04How to allow SSH only with RSA key, and SFTP with password and chroot?Can't cannocilazie “home/user/Maildir”Setting up Ubuntu Server 16.04 as Gateway for OpenVPN Connection

Giving a character trauma but not "diagnosing" her?

33 Months on Death Row

Do you say "good game" after a game in which your opponent played poorly?

Skewer removal without quick release

Is it true that if we start a sentence with 'the', this 'the' can be omitted?

How can a company compel a W2 employee to sign a non-compete agreement?

If an Oblex devours a wizard's memories, can it cast the spells the wizard had prepared?

Novel set in the future, children cannot change the class they are born into, one class is made uneducated by associating books with pain

appending to each string in a list with mapping

Island of Knights, Knaves, Spies

d-Menthol vs dl-menthol: Does an enantiomer and its racemic mixture have different melting points?

Why "come" instead of "go"?

Can I hide one of my siamese twins heads in public?

Match the blocks

The usage of あげく

Is it plausible that an interrupted Windows update can cause the motherboard to fail?

Diamondize Some Text

Trek Madone SLR Di2

'The Kukhtarev's model' or 'Kukhtarev's model' ('John's car' or 'The John's car')?

Is the value of a probability density function for a given input a point, a range, or both?

What does "drop" mean in this context?

Are there any rules around when something can be described as "based on a true story"?

Is it reasonable to ask candidates to create a profile on Google Scholar?

SSD or HDD for server



Deleted easy-rsa folders, what to do


C compiler cannot create excecutablesUbuntu Server 12.04 - webmin & OpenVPN have both stopped accepting connectionsInstall OpenVPN server and Easy-RSAError while installing Easy-RSA as part of installing OpenVPNInstalled easy-rsa package, but I cannot find the directorySSH disconnects after OpenVPN connection using PureVpnCannot get OpenVPN installed - Ubuntu Server 16.04How to allow SSH only with RSA key, and SFTP with password and chroot?Can't cannocilazie “home/user/Maildir”Setting up Ubuntu Server 16.04 as Gateway for OpenVPN Connection






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















I've been following a tutorial to setup an OpenVPN server. However, it didn't work and I decided to remove OpenVPN and try again. I did it with



sudo apt-get purge openvpn


command and then



rm -rf /etc/openvpn/
rm -rf /usr/share/easy-rsa/
rm - rf /usr/share/doc/easy-rsa/
rm -rf /root/openvpn-ca/
rm -rf /root/openvpn-clients/
rm -rf /run/openvpn/


Now having run



 sudo apt-get install openvpn easy-rsa

make-cadir ~/openvpn-ca


I get a note:



 cp: cannot stat '/usr/share/easy-rsa/vars': No such file or directory
cp: cannot stat '/usr/share/easy-rsa/*.cnf': No such file or directory


When I then cd to ~/openvpn-ca and ls I don't get any files, while. according to tutorial, there should be file vars there.



What should I do now? I'd think the reinstallation would create all the files necessary, but it seems that vars file hasn't been.










share|improve this question
































    0

















    I've been following a tutorial to setup an OpenVPN server. However, it didn't work and I decided to remove OpenVPN and try again. I did it with



    sudo apt-get purge openvpn


    command and then



    rm -rf /etc/openvpn/
    rm -rf /usr/share/easy-rsa/
    rm - rf /usr/share/doc/easy-rsa/
    rm -rf /root/openvpn-ca/
    rm -rf /root/openvpn-clients/
    rm -rf /run/openvpn/


    Now having run



     sudo apt-get install openvpn easy-rsa

    make-cadir ~/openvpn-ca


    I get a note:



     cp: cannot stat '/usr/share/easy-rsa/vars': No such file or directory
    cp: cannot stat '/usr/share/easy-rsa/*.cnf': No such file or directory


    When I then cd to ~/openvpn-ca and ls I don't get any files, while. according to tutorial, there should be file vars there.



    What should I do now? I'd think the reinstallation would create all the files necessary, but it seems that vars file hasn't been.










    share|improve this question




























      0












      0








      0








      I've been following a tutorial to setup an OpenVPN server. However, it didn't work and I decided to remove OpenVPN and try again. I did it with



      sudo apt-get purge openvpn


      command and then



      rm -rf /etc/openvpn/
      rm -rf /usr/share/easy-rsa/
      rm - rf /usr/share/doc/easy-rsa/
      rm -rf /root/openvpn-ca/
      rm -rf /root/openvpn-clients/
      rm -rf /run/openvpn/


      Now having run



       sudo apt-get install openvpn easy-rsa

      make-cadir ~/openvpn-ca


      I get a note:



       cp: cannot stat '/usr/share/easy-rsa/vars': No such file or directory
      cp: cannot stat '/usr/share/easy-rsa/*.cnf': No such file or directory


      When I then cd to ~/openvpn-ca and ls I don't get any files, while. according to tutorial, there should be file vars there.



      What should I do now? I'd think the reinstallation would create all the files necessary, but it seems that vars file hasn't been.










      share|improve this question














      I've been following a tutorial to setup an OpenVPN server. However, it didn't work and I decided to remove OpenVPN and try again. I did it with



      sudo apt-get purge openvpn


      command and then



      rm -rf /etc/openvpn/
      rm -rf /usr/share/easy-rsa/
      rm - rf /usr/share/doc/easy-rsa/
      rm -rf /root/openvpn-ca/
      rm -rf /root/openvpn-clients/
      rm -rf /run/openvpn/


      Now having run



       sudo apt-get install openvpn easy-rsa

      make-cadir ~/openvpn-ca


      I get a note:



       cp: cannot stat '/usr/share/easy-rsa/vars': No such file or directory
      cp: cannot stat '/usr/share/easy-rsa/*.cnf': No such file or directory


      When I then cd to ~/openvpn-ca and ls I don't get any files, while. according to tutorial, there should be file vars there.



      What should I do now? I'd think the reinstallation would create all the files necessary, but it seems that vars file hasn't been.







      server ssh vpn openvpn






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question



      share|improve this question










      asked May 2 at 16:30









      parsecerparsecer

      1105 bronze badges




      1105 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          2


















          Likely reinstallation will fix it - but that's not what you did



          Having manually deleted files belonging to the easy-rsa package, the package manager has no idea they're gone. So when you did



          sudo apt-get install openvpn easy-rsa


          you likely got a message that easy-rsa is already the newest version and no files were actually restored: try



          sudo apt-get install --reinstall easy-rsa


          instead.






          share|improve this answer


























          • Thanks. It seems to have fixed it!

            – parsecer
            May 2 at 17:14












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );














          draft saved

          draft discarded
















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1140022%2fdeleted-easy-rsa-folders-what-to-do%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown


























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2


















          Likely reinstallation will fix it - but that's not what you did



          Having manually deleted files belonging to the easy-rsa package, the package manager has no idea they're gone. So when you did



          sudo apt-get install openvpn easy-rsa


          you likely got a message that easy-rsa is already the newest version and no files were actually restored: try



          sudo apt-get install --reinstall easy-rsa


          instead.






          share|improve this answer


























          • Thanks. It seems to have fixed it!

            – parsecer
            May 2 at 17:14















          2


















          Likely reinstallation will fix it - but that's not what you did



          Having manually deleted files belonging to the easy-rsa package, the package manager has no idea they're gone. So when you did



          sudo apt-get install openvpn easy-rsa


          you likely got a message that easy-rsa is already the newest version and no files were actually restored: try



          sudo apt-get install --reinstall easy-rsa


          instead.






          share|improve this answer


























          • Thanks. It seems to have fixed it!

            – parsecer
            May 2 at 17:14













          2














          2










          2









          Likely reinstallation will fix it - but that's not what you did



          Having manually deleted files belonging to the easy-rsa package, the package manager has no idea they're gone. So when you did



          sudo apt-get install openvpn easy-rsa


          you likely got a message that easy-rsa is already the newest version and no files were actually restored: try



          sudo apt-get install --reinstall easy-rsa


          instead.






          share|improve this answer














          Likely reinstallation will fix it - but that's not what you did



          Having manually deleted files belonging to the easy-rsa package, the package manager has no idea they're gone. So when you did



          sudo apt-get install openvpn easy-rsa


          you likely got a message that easy-rsa is already the newest version and no files were actually restored: try



          sudo apt-get install --reinstall easy-rsa


          instead.







          share|improve this answer













          share|improve this answer




          share|improve this answer



          share|improve this answer










          answered May 2 at 17:07









          steeldriversteeldriver

          80.2k12 gold badges131 silver badges214 bronze badges




          80.2k12 gold badges131 silver badges214 bronze badges















          • Thanks. It seems to have fixed it!

            – parsecer
            May 2 at 17:14

















          • Thanks. It seems to have fixed it!

            – parsecer
            May 2 at 17:14
















          Thanks. It seems to have fixed it!

          – parsecer
          May 2 at 17:14





          Thanks. It seems to have fixed it!

          – parsecer
          May 2 at 17:14


















          draft saved

          draft discarded















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1140022%2fdeleted-easy-rsa-folders-what-to-do%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown









          Popular posts from this blog

          Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

          How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

          Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü