patrickhener/goshs

[FEATURE] Let's encrypt integration

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
It would be great if you could use letsencrypt directly with a flag goshs -s -sl <domain.name> for example to enroll a valid certificate.

Describe the solution you'd like
Instead of having to enroll with certbot it would be great to enroll from goshs directly.

Additional context
https://youtu.be/DngypsuOAXE?si=_qYtXjssPrC6T8M7&t=444

Commit c8e2a5c implements this. Will be merged into main when the other issue #59 is done.