I’m trying setup SSL for my domain name but it is error Hit:1 https://repos.insights.digitalocean.com/apt/do-agent main InRelease Hit:2 http://mirrors.digitalocean.com/ubuntu hirsute InRelease Hit:3 http://mirrors.digitalocean.com/ubuntu hirsute-updates InRelease Hit:4 http://mirrors.digitalocean.com/ubuntu hirsute-backports InRelease Ign:5 http://ppa.launchpad.net/certbot/certbot/ubuntu hirsute InRelease Hit:6 http://security.ubuntu.com/ubuntu hirsute-security InRelease Err:7 http://ppa.launchpad.net/certbot/certbot/ubuntu hirsute Release *** 404 Not Found [IP: 91.189.95.85 80]*** Reading package lists… Done E: The repository ‘http://ppa.launchpad.net/certbot/certbot/ubuntu hirsute Release’ does not have a Release file. N: Updating from such a repository can’t be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @info2cmep,
You’ll need to remove the ppa repository as it’s out of date if I’m not mistaken. To do so, you can run the following command:
sudo apt-add-repository -r ppa:certbot/certbot
After that, the following commands do not generate any errors:
sudo apt update
sudo apt-get update
Additionally, if you are looking to install, update certbot, The latest source works just fine and can be installed with a one-liner to install certbot.
curl -o- https://raw.githubusercontent.com/vinyll/certbot-install/master/install.sh | bash
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.