Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Fix letsencrypt certbot script #636

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

3553x
Copy link

@3553x 3553x commented Apr 4, 2018

Previous arguments to cerbot-auto are deprecated and appear to be unsupported.

The setup script extra/provision.sh fails and outputs the following messages when it's run with -c certbot as an argument:
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
The standalone specific supported challenges flag is deprecated. Please use the --preferred-challenges flag instead.
There was also a message about rerunning certbot as root which I didn't capture.

Also see:
https://community.letsencrypt.org/t/important-what-you-need-to-know-about-tls-sni-validation-issues/50811
Which states that tls-sni is not supported at the moment and
https://letsencrypt.readthedocs.io/en/latest/using.html#standalone
which states that --standalone-supported-challenges is deprecated.

Previous arguments to cerbot-auto are deprecated and appear to be unsupported.
@3553x 3553x changed the base branch from master to dev April 4, 2018 23:57
@3553x 3553x changed the base branch from dev to master April 5, 2018 00:25
@vegardvaage
Copy link

Just tested for a standalone install, works great. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants