Snap "certbot-nginx" not found

I'm trying to install the certbot on my Ubuntu 20.04 oracle arm machine,

I did exactly follow the instructions:
After
sudo snap install core; sudo snap refresh core
then:
sudo snap install certbot-nginx
but:
error: snap "certbot-nginx" not found

Any ideas?

1 Like

Hi @moranno and welcome to the LE community forum :slight_smile:

sudo apt update
sudo apt-get update
sudo apt upgrade

1 Like

Thanks for the tip, unfortunately, it's still the same "snap "certbot-nginx" not found".
Does certbot-nginx support Arm Architecture?

I started experiencing this today as well. Spun up a new server and tried to install certbot only to run into this error. Made sure everything is up to date as well, as suggested in @rg305's reply.

Please try just:
sudo snap install certbot

And show the output of:
sudo snap install core; sudo snap refresh core

And also:
snap find certbot

1 Like

snap regonizes certbot_nginx but it says that's something to do with experimental libraries... I did install certbot with classic flag... sudo snap install certbot --classic

Hi @mun_tunnus welcome to the LE community forum and thanks for adding your post.

Are you also using ARM?
Either way, please also show the output of:
snap find certbot

1 Like
Name                      Version  Publisher        Notes    Summary
certbot                   1.21.0   certbot-eff✓     classic  Automatically configure HTTPS using Let's Encrypt
certbot-dns-cloudxns      1.21.0   certbot-eff✓     -        CloudXNS DNS Authenticator plugin for Certbot
certbot-dns-cloudflare    1.21.0   certbot-eff✓     -        Cloudflare DNS Authenticator plugin for Certbot
certbot-dns-dnsmadeeasy   1.21.0   certbot-eff✓     -        DNS Made Easy DNS Authenticator plugin for Certbot
certbot-dns-dnsimple      1.21.0   certbot-eff✓     -        DNSimple DNS Authenticator plugin for Certbot
certbot-dns-digitalocean  1.21.0   certbot-eff✓     -        DigitalOcean DNS Authenticator plugin for Certbot
certbot-dns-nsone         1.21.0   certbot-eff✓     -        NS1 DNS Authenticator plugin for Certbot
certbot-dns-sakuracloud   1.21.0   certbot-eff✓     -        Sakura Cloud DNS Authenticator plugin for Certbot
certbot-dns-rfc2136       1.21.0   certbot-eff✓     -        RFC 2136 DNS Authenticator plugin for Certbot
certbot-dns-ovh           1.21.0   certbot-eff✓     -        OVH DNS Authenticator plugin for Certbot
certbot-dns-luadns        1.21.0   certbot-eff✓     -        LuaDNS Authenticator plugin for Certbot
certbot-dns-linode        1.21.0   certbot-eff✓     -        Linode DNS Authenticator plugin for Certbot
certbot-dns-route53       1.21.0   certbot-eff✓     -        Route53 DNS Authenticator plugin for Certbot
certbot-dns-gehirn        1.21.0   certbot-eff✓     -        Gehirn Infrastructure Service DNS Authenticator plugin for Certbot
certbot-dns-google        1.21.0   certbot-eff✓     -        Google Cloud DNS Authenticator plugin for Certbot
certbot-dns-hetzner       1.0.5    bigmichi1        -        Hetzner DNS Authenticator plugin for Certbot
certbot-dns-porkbun       v0.2.1   infinityofspace  -        Porkbun DNS Authenticator plugin for Certbot
certbot-dns-duckdns       v0.6.1   infinityofspace  -        DuckDNS Authenticator plugin for Certbot
certbot-dns-inwx          2.1.3    oggy             -        INWX DNS Authenticator plugin for Certbot
certbot-dns-aliyun        0.38.1   tengattack       -        Aliyun DNS Authenticator plugin for Certbot
passprox                  2.3.2    nsg              -        HAProxy with a bundled Certbot (Let's Encrypt support)
dnsrobocert               3.13.0   adferrand        -        Deploy and orchestrate DNS-challenged Let's Encrypt TLS certificates
tomcat-with-ssl           0.1      bsuttton         -        Apache Tomcat with SSL activated and managed by Certbot.

...and I'm using x86 system.

sudo /var/lib/snapd/snap/bin/certbot --nginx

Please check my post here regarding certbot-nginx and the Certbot installation instructions.

3 Likes

same on impish ubuntu 21.10 / nginx

snap find cerbot shows company name - How to todo ?

old way was easy

maybe someone will make upgrade on links
immer wenn ich es eilig hab :sunglasses:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.