Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong link to cert #1

Open
sunnmas opened this issue Feb 12, 2019 · 0 comments
Open

wrong link to cert #1

sunnmas opened this issue Feb 12, 2019 · 0 comments

Comments

@sunnmas
Copy link

sunnmas commented Feb 12, 2019

Look:
certbot.sh

function install_link ()
{
    LATEST=$(ls -td1 ${LIVEDIR}/* | head -n1)
...

if I manualy exec in container shell
ls -td1 /etc/letsencrypt/live/*
I get:
/etc/letsencrypt/live/README
/etc/letsencrypt/live/mydomain
README - is file and symlink follow to readme, not in folder with fullchain.pem

Solution for me:
LATEST=$(ls -td1 --group-directories-first ${LIVEDIR}/* | head -n1)

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

No branches or pull requests

1 participant