Renewing name dot com SSL certificate

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Klen
    • Aug 2006
    • 32234

    #1

    Renewing name dot com SSL certificate

    One of the reason why i use name dot com for domains as they provide free SSL which only need to be renewed once every year compared to let's encrypt. However, this have one bad side - once it need to be done , i always forget how it is done and where i stored instructions for it, so i will save it here as well to be faster next time when it's renewal time. If anyone also uses name dot com for SSL, you can use it too.

    Step 1:
    Generate new SSL key with following command:

    openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr

    FQDN value must be in format www dot domain dot com

    Step 2
    Copy value from server.csr into SSL generator of name .
    Once certificates are generated, concat Server Certificate and CA Certificates into pem file.
    Then replace key file with newly generated key file. Restart nginx and that's it.
  • baodb
    Confirmed User
    • Jan 2021
    • 103

    #2
    Sounds awfully complicated. You know you can easily automate lets encrypt right? Also there is buypass which does 6 months and uses the same system as lets encrypt.

    Comment

    • sandman!
      Icq: 14420613
      • Mar 2001
      • 15427

      #3
      if your using a control panel like directadmin there is no work doing automated ssl i guess yearly is useful if your not using control panels.
      Need WebHosting ? Email me for some great deals [email protected]

      Comment

      • CurrentlySober
        Too lazy to wipe my ass
        • Aug 2002
        • 39005

        #4
        my hosting (dreamhost) does mine for me and its only a cheap host i keep for some legacy stuff
        ️ ️

        Comment

        • Klen
          • Aug 2006
          • 32234

          #5
          Originally posted by baodb
          Sounds awfully complicated. You know you can easily automate lets encrypt right? Also there is buypass which does 6 months and uses the same system as lets encrypt.
          I know but in order to make it automated you need to run cron and you never know when cron can fail. And also, fact how you need to shutdown nginx first to make it work(tho think they fixed that in newer versions) was something what i dislike too. Plus this is commercial SSL which is better quality.

          Comment

          • TurboB
            Confirmed User
            • Dec 2016
            • 1035

            #6
            I even had forgotten about it.
            Since moved to Cloudflare.

            Comment

            • Tasty1
              Bla bla blaa
              • Jan 2005
              • 9529

              #7
              Goes automatic in cpanel, that is why i use that.

              everything is fake

              Comment

              • blackmonsters
                Making PHP work
                • Nov 2002
                • 21092

                #8
                Originally posted by Klen
                I know but in order to make it automated you need to run cron and you never know when cron can fail. And also, fact how you need to shutdown nginx first to make it work(tho think they fixed that in newer versions) was something what i dislike too. Plus this is commercial SSL which is better quality.
                Nope, nope, no.

                I run Plesk and free Let's encrypt, and it renews automatically.
                It only failed once; on new domains using the register's DNS instead of mine.
                Been running smooth since.

                Good luck.



                Comment

                • Sly
                  Let's do some business!
                  • Sep 2004
                  • 31379

                  #9
                  I will pile on.

                  If we were still messing with SSL certificate renewals manually, I would have no hair left.
                  Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

                  Windows VPS now available
                  Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
                  Click here for more details.

                  Comment

                  • baodb
                    Confirmed User
                    • Jan 2021
                    • 103

                    #10
                    Originally posted by Klen
                    I know but in order to make it automated you need to run cron and you never know when cron can fail. And also, fact how you need to shutdown nginx first to make it work(tho think they fixed that in newer versions) was something what i dislike too. Plus this is commercial SSL which is better quality.
                    Honestly I do not think that there is even a way for free domain level certs to have a difference in quality.

                    Anyway you do not need to shutdown NGINX with something like acme.sh, it can modify the nginx config and reload in place to renew. Alternatively you can use DNS auth which you can even do on a different machine than the production one, also fully automated if your domains are hosted somewhere with DNS API.

                    Comment

                    • bigalownz
                      Confirmed User
                      • Aug 2005
                      • 1657

                      #11
                      try this

                      https://github.com/acmesh-official/acme.sh

                      i installed this a few years ago never had any problems
                      it updates for all of my domains sites etc
                      $100 free credit for all hosting needs

                      Comment

                      Working...