How do up upgrade LetsEncrypt certbot to version 0.22 which supports wildcard certificates?How to upgrade a single package using apt-get?What are PPAs and how do I use them?How to upgrade a single package using apt-get?How to rollback an apt-get upgrade from command line?12.04.4 server can't verify common SSL certificates, usual fixes failingSSL Certificate error when adding PPANginx SSL Configuration FailingUbuntu Server 16.04 Letsencrypt SSL Website Configuration FilePackages still at 14.04 version after upgrade to 16.04How to change LetsEncrypt certbot domain?How to know which version of Certbot is installed?How to create a second SSL certificate

What was the profession 芸者 (female entertainer) called in Russia?

Why do people prefer metropolitan areas, considering monsters and villains?

"Distance" between summands in Taylor Series of Cosine

This LM317 diagram doesn't make any sense to me

How do ballistic trajectories work in a rotating cylinder world?

What happens to unproductive professors?

Was it ever illegal to name a pig "Napoleon" in France?

Computer name naming convention for security

Conditions for Roots of a quadratic equation at infinity

When do flights get cancelled due to fog?

Adjust the Table

Number of states in taxi environment (Dietterich 2000)

As a supervisor, what feedback would you expect from a PhD who quits?

Replacement for Thyme

Cannot update APT list: "repository no longer has a Release file"

Deck of Cards with Shuffle and Sort functionality

Is it possible to complete a PhD in CS in 3 years?

Tesco's Burger Relish Best Before End date number

How to get the right toolbar back on Inkscape? It's disappeared

Can Jimmy hang on his rope?

What is the Last Digit in the Result of the given Expression?

Can a landlord force all residents to use the landlord's in-house debit card accounts?

Found and corrected a mistake on someone's else paper -- praxis?

Why won't the U.S. sign a peace treaty with North Korea?



How do up upgrade LetsEncrypt certbot to version 0.22 which supports wildcard certificates?


How to upgrade a single package using apt-get?What are PPAs and how do I use them?How to upgrade a single package using apt-get?How to rollback an apt-get upgrade from command line?12.04.4 server can't verify common SSL certificates, usual fixes failingSSL Certificate error when adding PPANginx SSL Configuration FailingUbuntu Server 16.04 Letsencrypt SSL Website Configuration FilePackages still at 14.04 version after upgrade to 16.04How to change LetsEncrypt certbot domain?How to know which version of Certbot is installed?How to create a second SSL certificate






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















To get a wildcard SSL certificate from LetsEncrypt you need to run certbot version 0.22 or later according to https://community.letsencrypt.org/t/acme-v2-production-environment-wildcards/55578



I've installed certbot from apt using



sudo apt-get install certbot


However, that reports:




certbot is already the newest version (0.17.0-2).




How can I upgrade certbot to a version that supports wildcard certificates?










share|improve this question






























    3















    To get a wildcard SSL certificate from LetsEncrypt you need to run certbot version 0.22 or later according to https://community.letsencrypt.org/t/acme-v2-production-environment-wildcards/55578



    I've installed certbot from apt using



    sudo apt-get install certbot


    However, that reports:




    certbot is already the newest version (0.17.0-2).




    How can I upgrade certbot to a version that supports wildcard certificates?










    share|improve this question


























      3












      3








      3


      0






      To get a wildcard SSL certificate from LetsEncrypt you need to run certbot version 0.22 or later according to https://community.letsencrypt.org/t/acme-v2-production-environment-wildcards/55578



      I've installed certbot from apt using



      sudo apt-get install certbot


      However, that reports:




      certbot is already the newest version (0.17.0-2).




      How can I upgrade certbot to a version that supports wildcard certificates?










      share|improve this question
















      To get a wildcard SSL certificate from LetsEncrypt you need to run certbot version 0.22 or later according to https://community.letsencrypt.org/t/acme-v2-production-environment-wildcards/55578



      I've installed certbot from apt using



      sudo apt-get install certbot


      However, that reports:




      certbot is already the newest version (0.17.0-2).




      How can I upgrade certbot to a version that supports wildcard certificates?







      apt software-installation ssl letsencrypt






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 17 '18 at 3:35









      muru

      1




      1










      asked Apr 17 '18 at 2:14









      Stephen OstermillerStephen Ostermiller

      2,6752 gold badges27 silver badges45 bronze badges




      2,6752 gold badges27 silver badges45 bronze badges




















          3 Answers
          3






          active

          oldest

          votes


















          9














          If you have already installed Certbot, you should add a parameter to apt-get install to upgrade only a specific package



          sudo apt-get update
          sudo apt-get install --only-upgrade certbot


          Check version number



          certbot --version || /path/to/certbot-auto --version



          Reference answer:
          How to upgrade a single package using apt-get?







          share|improve this answer

























          • When I asked this question, the problem was that apt didn't have the latest version of certbot available. I'm glad to see that it now has a new enough version to do the DNS verification for wildcard certs.

            – Stephen Ostermiller
            Feb 12 at 22:26


















          1














          As the certbot site indicates, the certbot team maintains a PPA. The certbot package is at 0.22.2 on all supported versions of Ubuntu in that PPA. (What are PPAs and how do I use them?)






          share|improve this answer






























            1














            Check version number:



            certbot --version



            On Ubuntu systems, the Certbot team maintains a PPA. You can add it to your list of repositories and install Certbot by running the following commands:



            $ sudo apt update
            $ sudo apt install software-properties-common
            $ sudo add-apt-repository universe
            $ sudo add-apt-repository ppa:certbot/certbot
            $ sudo apt install certbot



            (source)






            share|improve this answer

























              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "89"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1025677%2fhow-do-up-upgrade-letsencrypt-certbot-to-version-0-22-which-supports-wildcard-ce%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              9














              If you have already installed Certbot, you should add a parameter to apt-get install to upgrade only a specific package



              sudo apt-get update
              sudo apt-get install --only-upgrade certbot


              Check version number



              certbot --version || /path/to/certbot-auto --version



              Reference answer:
              How to upgrade a single package using apt-get?







              share|improve this answer

























              • When I asked this question, the problem was that apt didn't have the latest version of certbot available. I'm glad to see that it now has a new enough version to do the DNS verification for wildcard certs.

                – Stephen Ostermiller
                Feb 12 at 22:26















              9














              If you have already installed Certbot, you should add a parameter to apt-get install to upgrade only a specific package



              sudo apt-get update
              sudo apt-get install --only-upgrade certbot


              Check version number



              certbot --version || /path/to/certbot-auto --version



              Reference answer:
              How to upgrade a single package using apt-get?







              share|improve this answer

























              • When I asked this question, the problem was that apt didn't have the latest version of certbot available. I'm glad to see that it now has a new enough version to do the DNS verification for wildcard certs.

                – Stephen Ostermiller
                Feb 12 at 22:26













              9












              9








              9







              If you have already installed Certbot, you should add a parameter to apt-get install to upgrade only a specific package



              sudo apt-get update
              sudo apt-get install --only-upgrade certbot


              Check version number



              certbot --version || /path/to/certbot-auto --version



              Reference answer:
              How to upgrade a single package using apt-get?







              share|improve this answer















              If you have already installed Certbot, you should add a parameter to apt-get install to upgrade only a specific package



              sudo apt-get update
              sudo apt-get install --only-upgrade certbot


              Check version number



              certbot --version || /path/to/certbot-auto --version



              Reference answer:
              How to upgrade a single package using apt-get?








              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Apr 15 at 1:33

























              answered Feb 12 at 12:32









              Bruno MatukBruno Matuk

              911 silver badge3 bronze badges




              911 silver badge3 bronze badges












              • When I asked this question, the problem was that apt didn't have the latest version of certbot available. I'm glad to see that it now has a new enough version to do the DNS verification for wildcard certs.

                – Stephen Ostermiller
                Feb 12 at 22:26

















              • When I asked this question, the problem was that apt didn't have the latest version of certbot available. I'm glad to see that it now has a new enough version to do the DNS verification for wildcard certs.

                – Stephen Ostermiller
                Feb 12 at 22:26
















              When I asked this question, the problem was that apt didn't have the latest version of certbot available. I'm glad to see that it now has a new enough version to do the DNS verification for wildcard certs.

              – Stephen Ostermiller
              Feb 12 at 22:26





              When I asked this question, the problem was that apt didn't have the latest version of certbot available. I'm glad to see that it now has a new enough version to do the DNS verification for wildcard certs.

              – Stephen Ostermiller
              Feb 12 at 22:26













              1














              As the certbot site indicates, the certbot team maintains a PPA. The certbot package is at 0.22.2 on all supported versions of Ubuntu in that PPA. (What are PPAs and how do I use them?)






              share|improve this answer



























                1














                As the certbot site indicates, the certbot team maintains a PPA. The certbot package is at 0.22.2 on all supported versions of Ubuntu in that PPA. (What are PPAs and how do I use them?)






                share|improve this answer

























                  1












                  1








                  1







                  As the certbot site indicates, the certbot team maintains a PPA. The certbot package is at 0.22.2 on all supported versions of Ubuntu in that PPA. (What are PPAs and how do I use them?)






                  share|improve this answer













                  As the certbot site indicates, the certbot team maintains a PPA. The certbot package is at 0.22.2 on all supported versions of Ubuntu in that PPA. (What are PPAs and how do I use them?)







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Apr 17 '18 at 3:49









                  murumuru

                  1




                  1





















                      1














                      Check version number:



                      certbot --version



                      On Ubuntu systems, the Certbot team maintains a PPA. You can add it to your list of repositories and install Certbot by running the following commands:



                      $ sudo apt update
                      $ sudo apt install software-properties-common
                      $ sudo add-apt-repository universe
                      $ sudo add-apt-repository ppa:certbot/certbot
                      $ sudo apt install certbot



                      (source)






                      share|improve this answer



























                        1














                        Check version number:



                        certbot --version



                        On Ubuntu systems, the Certbot team maintains a PPA. You can add it to your list of repositories and install Certbot by running the following commands:



                        $ sudo apt update
                        $ sudo apt install software-properties-common
                        $ sudo add-apt-repository universe
                        $ sudo add-apt-repository ppa:certbot/certbot
                        $ sudo apt install certbot



                        (source)






                        share|improve this answer

























                          1












                          1








                          1







                          Check version number:



                          certbot --version



                          On Ubuntu systems, the Certbot team maintains a PPA. You can add it to your list of repositories and install Certbot by running the following commands:



                          $ sudo apt update
                          $ sudo apt install software-properties-common
                          $ sudo add-apt-repository universe
                          $ sudo add-apt-repository ppa:certbot/certbot
                          $ sudo apt install certbot



                          (source)






                          share|improve this answer













                          Check version number:



                          certbot --version



                          On Ubuntu systems, the Certbot team maintains a PPA. You can add it to your list of repositories and install Certbot by running the following commands:



                          $ sudo apt update
                          $ sudo apt install software-properties-common
                          $ sudo add-apt-repository universe
                          $ sudo add-apt-repository ppa:certbot/certbot
                          $ sudo apt install certbot



                          (source)







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered May 26 at 22:23









                          naXanaXa

                          2474 silver badges13 bronze badges




                          2474 silver badges13 bronze badges



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1025677%2fhow-do-up-upgrade-letsencrypt-certbot-to-version-0-22-which-supports-wildcard-ce%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Tamil (spriik) Luke uk diar | Nawigatjuun

                              Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                              Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?