raforg / danectl

DNSSEC DANE implementation manager
https://raf.org/danectl
GNU General Public License v2.0
22 stars 5 forks source link

The adopt function failed to create the symbolic link #1

Closed ran-deh closed 3 years ago

ran-deh commented 3 years ago

Thank you for creating danectl - DNSSEC DANE implementation manager.

I came across one issue. The original certificate was generated with "reuse_key" mode. Therefore, the adopt function failed to create the symbolic link within /etc/letsencrypt/current folder when using the adopt function.

root@mail: danectl adopt mail.example.org adopt mail.example.org: Already in reuse_key mode

raforg commented 3 years ago

Thanks for reporting that. It's funny, the things that seemed like a good idea at the time. I think I wanted it to only proceed if things looked very standard, so it would be less likely to break an existing non-standard renewal configuration. But it doesn't make a lot of sense. I've changed it. Please try the latest commit.

On Mon, Sep 13, 2021 at 07:40:46AM -0700, ran-deh @.***> wrote:

Thank you for creating danectl - DNSSEC DANE implementation manager.

I came across one issue. The original certificate was generated with "reuse_key" mode. Therefore, the adopt function failed to create the symbolic link within /etc/letsencrypt/current folder when using the adopt function.

@.***: danectl adopt mail.example.org adopt mail.example.org: Already in reuse_key mode

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/raforg/danectl/issues/1

ran-deh commented 3 years ago

Thank you very much that resolved the issue.