ohadschn / letsencrypt-webapp-renewer

[PLEASE USE FREE MS MANAGED CERTS INSTEAD] Simple WebJob-ready console application for renewing Azure Web App SSL certificates
https://www.ohadsoft.com/
Apache License 2.0
282 stars 51 forks source link

Renew certs concurrently #58

Open ohadschn opened 6 years ago

ohadschn commented 6 years ago

Make the following loop concurrent: https://github.com/ohadschn/letsencrypt-webapp-renewer/blob/787d5ca8706e0b1d837471d69db3e9180c0c32b6/OhadSoft.AzureLetsEncrypt.Renewal/OhadSoft.AzureLetsEncrypt.Renewal.WebJob/AppSettings/AppSettingsRenewer.cs#L30

Blocked on: https://github.com/sjkp/letsencrypt-siteextension/issues/161