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

Let's Encrypt support #163

Closed
FedericoBernardi opened this issue Jun 26, 2018 · 2 comments
Closed

Let's Encrypt support #163

FedericoBernardi opened this issue Jun 26, 2018 · 2 comments

Comments

@FedericoBernardi
Copy link

Any plan to support Let's Encrypt in SF through Azure Portal? Since SF now supports the certificates by name would be amazing having a self renewal of the SSL Let's Encrypt wildcard certificate inside the portal and deployed in the cluster

@WhitWaldo
Copy link

This is actually quite easy to do yourself now until this is more officially supported. I wrote a stateless service that utilizes Certes to create the orders based off an external table (with the latest expiration dates of each) that checks for new orders to run once a day and updates the certs based on where they need to go (since you may have a need to update certs elsewhere beyond Service Fabric too, like App Gateway).

@aljo-microsoft
Copy link

aljo-microsoft commented Jan 3, 2019

@FedericoBernardi and @WhitWaldo

SF isn't prescriptive about how you obtain or deploy your certificates to your scale sets in Azure; we recommend an integrated CA with KV, and using ARM VMSS resource property to deploy from KV.

I provide more context here: microsoft/service-fabric-issues#1209

https://feedback.azure.com/forums/170024-additional-services/suggestions/16957756-add-integration-with-let-s-encrypt

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

3 participants