Navigation

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

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

    IT Discussion
    3
    4
    513
    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
      • JaredBusch
        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
        • dafyre
          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
          • JaredBusch
            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
            • First post
              Last post