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

    Lets Encrypt Cert Expiring

    Scheduled Pinned Locked Moved IT Discussion
    21 Posts 5 Posters 2.3k 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.
    • wirestyle22W
      wirestyle22 @JaredBusch
      last edited by

      @JaredBusch Any possibility of you creating a guide? That would help me greatly.

      JaredBuschJ travisdh1T 2 Replies Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch @wirestyle22
        last edited by

        @wirestyle22 said in Lets Encrypt Cert Expiring:

        @JaredBusch Any possibility of you creating a guide? That would help me greatly.

        for the manual renew? or converting? I will most likely manually renew once I am back at my desk tomorrow.

        1 Reply Last reply Reply Quote 1
        • travisdh1T
          travisdh1 @wirestyle22
          last edited by

          @wirestyle22 said in Lets Encrypt Cert Expiring:

          @JaredBusch Any possibility of you creating a guide? That would help me greatly.

          yum install certbot
          

          Replace certbot in any scripts you've written using the previous tools.

          wirestyle22W JaredBuschJ 2 Replies Last reply Reply Quote 0
          • wirestyle22W
            wirestyle22 @travisdh1
            last edited by

            @travisdh1 said in Lets Encrypt Cert Expiring:

            @wirestyle22 said in Lets Encrypt Cert Expiring:

            @JaredBusch Any possibility of you creating a guide? That would help me greatly.

            yum install certbot
            

            Replace certbot in any scripts you've written using the previous tools.

            When I Attempted this I followed these directions: https://certbot.eff.org/#centosrhel7-apache

            Could not get it to work.

            travisdh1T 1 Reply Last reply Reply Quote 0
            • travisdh1T
              travisdh1 @wirestyle22
              last edited by

              @wirestyle22 said in Lets Encrypt Cert Expiring:

              @travisdh1 said in Lets Encrypt Cert Expiring:

              @wirestyle22 said in Lets Encrypt Cert Expiring:

              @JaredBusch Any possibility of you creating a guide? That would help me greatly.

              yum install certbot
              

              Replace certbot in any scripts you've written using the previous tools.

              When I Attempted this I followed these directions: https://certbot.eff.org/#centosrhel7-apache

              Could not get it to work.

              It's VERY touchy about having your http.conf file(s) all entered correctly. That was my issue the first time I tried to use it on a server at least.

              wirestyle22W 1 Reply Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @travisdh1
                last edited by

                @travisdh1 said in Lets Encrypt Cert Expiring:

                @wirestyle22 said in Lets Encrypt Cert Expiring:

                @JaredBusch Any possibility of you creating a guide? That would help me greatly.

                yum install certbot
                

                Replace certbot in any scripts you've written using the previous tools.

                I've not scripted anything with LE yet. This is only the second renew since it was released.

                My machine with all the certs is running an Nginx proxy and that was not supported at release.

                The first renew, I forgot about and just manually did it the day before it all expired.

                I will have to look and see what certbot will try and do with my manual setup prior to actually trying to use it.

                1 Reply Last reply Reply Quote 2
                • wirestyle22W
                  wirestyle22 @travisdh1
                  last edited by

                  @travisdh1 said in Lets Encrypt Cert Expiring:

                  @wirestyle22 said in Lets Encrypt Cert Expiring:

                  @travisdh1 said in Lets Encrypt Cert Expiring:

                  @wirestyle22 said in Lets Encrypt Cert Expiring:

                  @JaredBusch Any possibility of you creating a guide? That would help me greatly.

                  yum install certbot
                  

                  Replace certbot in any scripts you've written using the previous tools.

                  When I Attempted this I followed these directions: https://certbot.eff.org/#centosrhel7-apache

                  Could not get it to work.

                  It's VERY touchy about having your http.conf file(s) all entered correctly. That was my issue the first time I tried to use it on a server at least.

                  I think you and I went over this together and I literally copy and pasted what you gave me, editing as needed for URL's etc. It still didn't work for me. Idk

                  travisdh1T 1 Reply Last reply Reply Quote 0
                  • travisdh1T
                    travisdh1 @wirestyle22
                    last edited by

                    @wirestyle22 said in Lets Encrypt Cert Expiring:

                    @travisdh1 said in Lets Encrypt Cert Expiring:

                    @wirestyle22 said in Lets Encrypt Cert Expiring:

                    @travisdh1 said in Lets Encrypt Cert Expiring:

                    @wirestyle22 said in Lets Encrypt Cert Expiring:

                    @JaredBusch Any possibility of you creating a guide? That would help me greatly.

                    yum install certbot
                    

                    Replace certbot in any scripts you've written using the previous tools.

                    When I Attempted this I followed these directions: https://certbot.eff.org/#centosrhel7-apache

                    Could not get it to work.

                    It's VERY touchy about having your http.conf file(s) all entered correctly. That was my issue the first time I tried to use it on a server at least.

                    I think you and I went over this together and I literally copy and pasted what you gave me, editing as needed for URL's etc. It still didn't work for me. Idk

                    See what I mean about it being very touchy? I don't even know enough about the httpd .conf files to but muddle through apparently.

                    wirestyle22W 1 Reply Last reply Reply Quote 0
                    • wirestyle22W
                      wirestyle22 @travisdh1
                      last edited by

                      @travisdh1 said in Lets Encrypt Cert Expiring:

                      @wirestyle22 said in Lets Encrypt Cert Expiring:

                      @travisdh1 said in Lets Encrypt Cert Expiring:

                      @wirestyle22 said in Lets Encrypt Cert Expiring:

                      @travisdh1 said in Lets Encrypt Cert Expiring:

                      @wirestyle22 said in Lets Encrypt Cert Expiring:

                      @JaredBusch Any possibility of you creating a guide? That would help me greatly.

                      yum install certbot
                      

                      Replace certbot in any scripts you've written using the previous tools.

                      When I Attempted this I followed these directions: https://certbot.eff.org/#centosrhel7-apache

                      Could not get it to work.

                      It's VERY touchy about having your http.conf file(s) all entered correctly. That was my issue the first time I tried to use it on a server at least.

                      I think you and I went over this together and I literally copy and pasted what you gave me, editing as needed for URL's etc. It still didn't work for me. Idk

                      See what I mean about it being very touchy? I don't even know enough about the httpd .conf files to but muddle through apparently.

                      I looked up a bunch of different guides. Went through it over and over and over again. Never got it working unfortunately. I never figured out what I was doing wrong unfortunately.

                      travisdh1T 1 Reply Last reply Reply Quote 0
                      • travisdh1T
                        travisdh1 @wirestyle22
                        last edited by

                        @wirestyle22 said in Lets Encrypt Cert Expiring:

                        @travisdh1 said in Lets Encrypt Cert Expiring:

                        @wirestyle22 said in Lets Encrypt Cert Expiring:

                        @travisdh1 said in Lets Encrypt Cert Expiring:

                        @wirestyle22 said in Lets Encrypt Cert Expiring:

                        @travisdh1 said in Lets Encrypt Cert Expiring:

                        @wirestyle22 said in Lets Encrypt Cert Expiring:

                        @JaredBusch Any possibility of you creating a guide? That would help me greatly.

                        yum install certbot
                        

                        Replace certbot in any scripts you've written using the previous tools.

                        When I Attempted this I followed these directions: https://certbot.eff.org/#centosrhel7-apache

                        Could not get it to work.

                        It's VERY touchy about having your http.conf file(s) all entered correctly. That was my issue the first time I tried to use it on a server at least.

                        I think you and I went over this together and I literally copy and pasted what you gave me, editing as needed for URL's etc. It still didn't work for me. Idk

                        See what I mean about it being very touchy? I don't even know enough about the httpd .conf files to but muddle through apparently.

                        I looked up a bunch of different guides. Went through it over and over and over again. Never got it working unfortunately. I never figured out what I was doing wrong unfortunately.

                        Yeah, the error messages you get from Let's Encrypt are about worthless. Apache was happy with the conf files, why is certbot throwing errors?

                        wirestyle22W 1 Reply Last reply Reply Quote 0
                        • wirestyle22W
                          wirestyle22 @travisdh1
                          last edited by

                          @travisdh1 said in Lets Encrypt Cert Expiring:

                          @wirestyle22 said in Lets Encrypt Cert Expiring:

                          @travisdh1 said in Lets Encrypt Cert Expiring:

                          @wirestyle22 said in Lets Encrypt Cert Expiring:

                          @travisdh1 said in Lets Encrypt Cert Expiring:

                          @wirestyle22 said in Lets Encrypt Cert Expiring:

                          @travisdh1 said in Lets Encrypt Cert Expiring:

                          @wirestyle22 said in Lets Encrypt Cert Expiring:

                          @JaredBusch Any possibility of you creating a guide? That would help me greatly.

                          yum install certbot
                          

                          Replace certbot in any scripts you've written using the previous tools.

                          When I Attempted this I followed these directions: https://certbot.eff.org/#centosrhel7-apache

                          Could not get it to work.

                          It's VERY touchy about having your http.conf file(s) all entered correctly. That was my issue the first time I tried to use it on a server at least.

                          I think you and I went over this together and I literally copy and pasted what you gave me, editing as needed for URL's etc. It still didn't work for me. Idk

                          See what I mean about it being very touchy? I don't even know enough about the httpd .conf files to but muddle through apparently.

                          I looked up a bunch of different guides. Went through it over and over and over again. Never got it working unfortunately. I never figured out what I was doing wrong unfortunately.

                          Yeah, the error messages you get from Let's Encrypt are about worthless. Apache was happy with the conf files, why is certbot throwing errors?

                          I'm really not sure. That is why I wanted to see what @JaredBusch runs into. If it's just me not knowing some key element of it or if it's the actual product.

                          1 Reply Last reply Reply Quote 1
                          • 1
                          • 2
                          • 1 / 2
                          • First post
                            Last post