ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Using Free SSL/TLS Certificates from Let’s Encrypt for NGINX

    Scheduled Pinned Locked Moved IT Discussion
    4 Posts 3 Posters 562 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Alex Sage
      last edited by

      https://www.nginx.com/blog/free-certificates-lets-encrypt-and-nginx/

      1 Reply Last reply Reply Quote 1
      • JaredBuschJ
        JaredBusch
        last edited by

        I'll have to look at this closer when I am not busy trying to recover from failures.

        I have an SSL from LE on my Nginx reverse proxy due to renew in 15 days.

        1 Reply Last reply Reply Quote 1
        • dafyreD
          dafyre
          last edited by

          If you don't have it in a Cron job, just run the setup commands again, and it will be happy.

          1 Reply Last reply Reply Quote 1
          • JaredBuschJ
            JaredBusch
            last edited by

            Ok, so I read that blog post and it is useless for me because I run everything on CentOS and that is not a supported system yet for the automagic scripts.

            But, renewal is still pretty straightforward.

            #-- running as root.
            cd /etc/letsencrypt
            systemctl stop nginx
            ./letsencrypt-auto renew --agree-tos --email [email protected]
            systemctl start nginx
            
            1 Reply Last reply Reply Quote 2
            • 1 / 1
            • First post
              Last post