Originally created by @Amet13 on GitHub (Jan 9, 2016).
Subj.
I running letsencrypt.sh first time and using this instruction: https://www.metachris.com/2015/12/comparison-of-10-acme-lets-encrypt-clients/
```
# ls
config.sh config.sh.example domains.txt domains.txt.example letsencrypt.sh LICENSE README.md test.sh
# cat domains.txt
le.amet13.name
lebeta.amet13.name
# ./letsencrypt.sh
Unknown parameter detected:
```
@mro commented on GitHub (Jan 9, 2016):
yes, there are. Have a look at https://github.com/lukas2511/letsencrypt.sh#domainstxt - see the naked domain mentioned first?
Can you show step by step, how can i create certificate for domain with letsencrypt.sh? I can't understand it.
@Amet13 commented on GitHub (Jan 9, 2016):
> Did you read https://github.com/lukas2511/letsencrypt.sh#usage ?
Yes.
Can you show step by step, how can i create certificate for domain with letsencrypt.sh? I can't understand it.
Default command has changed, you have to provide -c or --cron to actually get it to do anything.
Also the Unknown parameter detected: message is a bug, it should just show the help text without any errors, I'll fix that.
@lukas2511 commented on GitHub (Jan 10, 2016):
Default command has changed, you have to provide `-c` or `--cron` to actually get it to do anything.
Also the `Unknown parameter detected:` message is a bug, it should just show the help text without any errors, I'll fix that.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Amet13 on GitHub (Jan 9, 2016).
Subj.
I running letsencrypt.sh first time and using this instruction: https://www.metachris.com/2015/12/comparison-of-10-acme-lets-encrypt-clients/
@mro commented on GitHub (Jan 9, 2016):
yes, there are. Have a look at https://github.com/lukas2511/letsencrypt.sh#domainstxt - see the naked domain mentioned first?
@Amet13 commented on GitHub (Jan 9, 2016):
Not any difference.
@mro commented on GitHub (Jan 9, 2016):
what did you expect to happen? Did you read https://github.com/lukas2511/letsencrypt.sh#usage ?
@Amet13 commented on GitHub (Jan 9, 2016):
Yes.
Can you show step by step, how can i create certificate for domain with letsencrypt.sh? I can't understand it.
@mro commented on GitHub (Jan 9, 2016):
I wrote down how I succeeded here: http://blog.mro.name/2015/12/lighttpd-letsencrypt-sh/
@lukas2511 commented on GitHub (Jan 10, 2016):
Default command has changed, you have to provide
-cor--cronto actually get it to do anything.Also the
Unknown parameter detected:message is a bug, it should just show the help text without any errors, I'll fix that.