How to run at terminal #85
Unanswered
villain222
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on a EC2 instance with Godaddy as my domain registrar. I have the virtual env set up, i had to use --break-system-packages to run the pip install script. Which may be part of my problem. When i run the command in one line, it errors like it doesn't know what do with most of the arguments. when i run it like below i get asked about the server setup and which domains to register, but after those selections it fails and gives command not found for all the "sub commands".
sudo certbot certonly --authenticator dns-godaddy --dns-godaddy-credentials /home/ubuntu/godaddy.ini --dns-godaddy-propagation-seconds 900 --dns-godaddy-ttl 600 --apache -d 'mydomain.com' -d 'www.mydomain.com'Beta Was this translation helpful? Give feedback.
All reactions