Vultr SSL Certificate Installation Tutorial

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 36

  • @Klayhamn
    @Klayhamn 13 днів тому

    to anyone watching this - vultr has a documentation page which shows how to use "certbot" which not only creates and deploys the ssl certificate to wordpress automatically, but it also renews it based on a timer
    this mostly applies for their one-click wordpress deployment, but - can also work for manual wordpress installations (you just need to also install certbot)
    it's basically
    1. ssh
    2. run single certbot command
    3. profit

  • @airbangaldesh
    @airbangaldesh 2 роки тому

    After generating I can’t copy csr code, How can I solve this problem?

  • @ronak920
    @ronak920 4 роки тому

    I am very new to unmanaged vps. I am currently on shared hosting. But i would really like to explore unmanaged vps. Watched a few of your tutorials on linode, digital ocean. Could you suggest any other basic tutorials or starting points ?

    • @TonyTeachesTech
      @TonyTeachesTech  4 роки тому

      If you tell me what aspect you're trying to learn, I might be able to point you in the right direction

    • @ronak920
      @ronak920 4 роки тому

      Tony Teaches Tech VPS / Server management

    • @TonyTeachesTech
      @TonyTeachesTech  4 роки тому

      @@ronak920 I have a few blog posts on some various basic server administration topics tonyteaches.tech/category/server-administration/
      Let me know if this gets you started :)

  • @1000left
    @1000left 2 роки тому

    Is it not necessary to update the /etc/nginx/default file server block as well?

  • @milindsahu
    @milindsahu 3 роки тому

    I want to learn how to manage vps server completely. Can you please tell me where i can learn it? I just want to know how to manage wordpress with Vultr, Digital ocean and other VPS servers.

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      When you say "manage", what exactly do you mean?

    • @milindsahu
      @milindsahu 3 роки тому

      @@TonyTeachesTech I meant that how to install WordPress, edit files using putty, how to copy, edit files using putty. I want the basic knowledge to host website on VPS.

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      @@milindsahu You have a few different options for installing WordPress. Depending on which web server you want to use:
      - Nginx: ua-cam.com/video/q1c_66QjRYo/v-deo.html
      - Apache: ua-cam.com/video/q-qfLUTgUl8/v-deo.html
      (these instructions will work for any VPS like DigitalOcean, Linode, Vultr. I use and recommend Linode + Nginx)
      To copy files to the server, you can use pscp on Windows: ua-cam.com/video/w1Tqr7Wk5aU/v-deo.html
      To edit files in a Putty window, you can use the Vim text editor: ua-cam.com/video/uE4aljoMBeg/v-deo.html
      That should get you started. Please let me know if you have any other questions.

  • @KingGospelMission
    @KingGospelMission 2 роки тому

    hi tony, i 'm using windows 7, how to install terminal on windows 7

  • @paulllewellyn405
    @paulllewellyn405 4 роки тому

    Thanks for the video it was a great help. Now I can create more web sites. The page where you where you have the text does not work. You are using Linux commands to do the copy to your server. I get that , I am connect through putty. So I will have to ftp the files to the server. thanks again.

    • @TonyTeachesTech
      @TonyTeachesTech  4 роки тому

      Yes you're right, FTP is a good option if you are on Windows. You can use pscp (Putty SCP) to copy the files www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

  • @siilksecret167
    @siilksecret167 3 роки тому

    How do you open up a Terminal Window?

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому +1

      On Mac/Linux there is a program called Terminal. On Windows it's called Command Prompt

  • @developersdiary9513
    @developersdiary9513 3 роки тому

    If this certificate is valid for payment processes?

  • @Monstajamsofficial
    @Monstajamsofficial 4 роки тому

    how did the server.key get to your download folder?

    • @TonyTeachesTech
      @TonyTeachesTech  4 роки тому

      LOL. Good job, you were paying attention! I must've copied it into my Downloads folder in preparation to copy it to the server.

    • @6846546241
      @6846546241 4 роки тому +1

      I know this was posted a while ago, but for those who miss/forget where the 'server.key' was generated, this file was generated from the 'openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr' command (@1:45). Whichever directory that you ran this command in, is where the 'server.key' file can be found. From there, you can run the 'scp' command to copy the file to your server (@ 8:30).

    • @trunghihi7203
      @trunghihi7203 4 роки тому +1

      @@6846546241 Yeah , thank you bro

  • @tmalfris136
    @tmalfris136 4 роки тому

    im trying to access the files but it gives my this No such file or directory

    • @TonyTeachesTech
      @TonyTeachesTech  4 роки тому

      Which files are you referring to?

    • @tmalfris136
      @tmalfris136 4 роки тому

      @@TonyTeachesTech from /Downloads/mysite_com the ssl files

    • @TonyTeachesTech
      @TonyTeachesTech  4 роки тому

      You have to download the zip file from the email as I do in the video 5:30

    • @tmalfris136
      @tmalfris136 4 роки тому

      @@TonyTeachesTech i did exactly what you did.i need to transfer them to the server directory and then run the cd on server to find the files? how can i transfer them from my pc to server?

    • @TonyTeachesTech
      @TonyTeachesTech  4 роки тому

      @@tmalfris136 If you're on Windows you can use pscp.exe www.chiark.greenend.org.uk/~sgtatham/putty/latest.html or if you are on Mac/Linux you can use the scp command to transfer files to the server