-
Notifications
You must be signed in to change notification settings - Fork 27
How to fix no email for https wrong email
Zach Gulde edited this page Mar 16, 2021
·
1 revision
Fernando Quick question related to cods, if I forgot to put my email while setting the server and getting this error:certbot: error: argument -m/--email: expected one argumenton enablehttps, is there an easy way to modify that on my server config
zach short answer yes
you can go edit ~/.config/cods/myserver/env.sh
myserver being whatever the name of your server command is
it should look like this:
ip=123.123.123.123
user=your_username
email=you@email.com
You can either change the email or add that line if it isn't there
just make sure there's no spaces around the =