Lets encrypt
Hans Karlsen (talk | contribs) (Created page with "Lets encrypt issues free shortlived SSL certs - you can set up azure to renew them automatically: <nowiki>https://www.hanselman.com/blog/SecuringAnAzureAppServiceWebsiteUnder...") |
Hans Karlsen (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
Lets encrypt | Lets encrypt | ||
# Add custom domain | |||
# Azure AD , App reg: xxxxLetsEncrypt | |||
## remember AppId: xxxxxxxx | |||
# add secret - name it login yyyyyyyy | |||
# Resource group running xxx, AccessControl, add permission, contributor , your app xxxLetsEncrypt should be contributor | |||
remember AppId: xxxxxxxx | # go to the app service in azure portal xxx, Extensions, Azure Lets Encrypt, you must add connection strings in setting | ||
## AzureWebJobsDashboard | |||
add secret - name it login yyyyyyyy | ## AzureWebJobsStorage , both with the same valeu: connection string to your storage account | ||
# configure extension <nowiki>http://YOURSITENAME.scm.azurewebsites.net/LetsEncrypt</nowiki> | |||
## ...follow the guide/next - you get a box with your domain names, select one +request and install, repeat, -> you now have certs | |||
# go back to app and use them on your custom domains, turn on always SSL | |||
AzureWebJobsDashboard | |||
AzureWebJobsStorage , both with the same valeu: connection string to your storage account | |||
...follow the guide/next - you get a box with your domain names, select one +request and install, repeat, -> you now have certs | |||
Revision as of 11:02, 31 July 2020
Lets encrypt issues free shortlived SSL certs - you can set up azure to renew them automatically:
https://www.hanselman.com/blog/SecuringAnAzureAppServiceWebsiteUnderSSLInMinutesWithLetsEncrypt.aspx
Lets encrypt
- Add custom domain
- Azure AD , App reg: xxxxLetsEncrypt
- remember AppId: xxxxxxxx
- add secret - name it login yyyyyyyy
- Resource group running xxx, AccessControl, add permission, contributor , your app xxxLetsEncrypt should be contributor
- go to the app service in azure portal xxx, Extensions, Azure Lets Encrypt, you must add connection strings in setting
- AzureWebJobsDashboard
- AzureWebJobsStorage , both with the same valeu: connection string to your storage account
- configure extension http://YOURSITENAME.scm.azurewebsites.net/LetsEncrypt
- ...follow the guide/next - you get a box with your domain names, select one +request and install, repeat, -> you now have certs
- go back to app and use them on your custom domains, turn on always SSL
This page was edited more than 11 months ago on 02/10/2024. What links here