Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
I ran this command: apt-get install certbot python-certbot-nginx -t stretch-backports
It produced this output: E: Unable to locate package python-certbot-nginx
My web server is (include version): NGINX v1.10.3
The operating system my web server runs on is (include version): Debian 9.9
My hosting provider, if applicable, is: N/A
I can login to a root shell on my machine (yes or no, or I don’t know): Yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot): N/A, can’t get it installed because package is not found.
Hello All,
I am trying to install CertBot on my Debian 9 instance with NGINX. I have added the proper backports repository as instructed by the documentation, but the problem is that the following command returns an error with the package: apt-get install certbot python-certbot-nginx -t stretch-backports
Thank you for the update… this is very interesting. Running that command I can see both of the packages sitting there. I wonder why when I try to install them it declares it couldn’t find those packages.
Maybe it’s an issue with how I added the repo. I’m going to have to do some digging on this one.
I was able to resolve this issue, I don't necessarily think it was an issue with how I installed the backports, but rather the format of the command given on the website for installing python-certbot-nginx.
It is now successfully installed. If i try running the command from the website however, I still have the same error.
I am not that well versed in Linux, so maybe there is something I am missing. But it appears this was a formatting issue with the installation command. Someone can correct this if that is incorrect.