I have a plumber API deployed on Digital Ocean with plumberDeploy. I have a domain name and want to configure https with plumberDeploy::do_configure_https(). But I'm getting the error
plumberDeploy
plumberDeploy::do_configure_https()
The repository 'http://ppa.launchpad.net/certbot/certbot/ubuntu focal Release' does not have a Release file.
My DO server is running Ubuntu 20.04 (Focal Fossa). At http://ppa.launchpad.net/certbot/certbot/ubuntu, Focal Fossa isn't there. Hence, that's what I think the error is.
What can I do to resolve this?
let me do some testing, it might something to do with plumberDeploy/digital-ocean.R at 78c5913f59e361108bf4438f2687a294de82cfa1 · meztez/plumberDeploy · GitHub
I've changed certbot install in plumberDeploy 0.2.1.9999 on github
try after reinstalling from github
remotes::install_github("meztez/plumberDeploy")
Thanks for the help!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.