Certbot can be installed under the default apt packages on Ubuntu 23.04. Let’s jump on the Installation part.
Prerequisites
- sudo privileges
Install Certbot on Ubuntu 23.04
Step 1. Update the apt packages.
sudo apt update
Step 2. Install certbot.
sudo apt install certbot
Step 3. Verify the installation.
sudo certbot --nginx
Conclusion
Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.