-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Let's Encrypt Support #42105
Let's Encrypt Support #42105
Conversation
extensions/tls-registry/cli/src/main/java/io/quarkus/tls/cli/letsencrypt/AcmeClient.java
Outdated
Show resolved
Hide resolved
...nsions/tls-registry/cli/src/main/java/io/quarkus/tls/cli/letsencrypt/LetsEncryptHelpers.java
Outdated
Show resolved
Hide resolved
...nsions/tls-registry/cli/src/main/java/io/quarkus/tls/cli/letsencrypt/LetsEncryptHelpers.java
Outdated
Show resolved
Hide resolved
...nsions/tls-registry/cli/src/main/java/io/quarkus/tls/cli/letsencrypt/LetsEncryptHelpers.java
Outdated
Show resolved
Hide resolved
...nsions/tls-registry/cli/src/main/java/io/quarkus/tls/cli/letsencrypt/LetsEncryptHelpers.java
Outdated
Show resolved
Hide resolved
...nsions/tls-registry/cli/src/main/java/io/quarkus/tls/cli/letsencrypt/LetsEncryptHelpers.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for driving it Clement, LGTM, cheers
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
- Expose HTTP endpoints to set up and serve the Let's Encrypt HTTP_01 challenge - Expose an endpoint to request the reloading of the certificates once the challenge is completed and the certificate retrieved
Status for workflow
|
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Provide support for let's encrypt certificate and CLI commands to prepare, issue and renew Let's Encrypt certificates
Revisit solution for #3380.