Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Let's Encrypt: ClientID reqistered under application settings differs from what I entered?

So I am trying to get Let's Encrypt working on Windows Azure through the web extension but I am getting a error that I cannot solve or find any information about.

I am following this tutorial on how to set ut Let's Encrypt on Azure:

https://github.com/sjkp/letsencrypt-siteextension/wiki/How-to-install#create-a-service-principal

When I use the extension wizard, fill in all the fields and press next this is the error I get:

enter image description here

My resourcegroup:

enter image description here

My serviceplan inside my resourcegroup (+ storage and app service):

enter image description here

My ClientID (application id):

enter image description here

My secret is also set, saved the value and pasted it into the wizard:

enter image description here

My connection strings are set (in the format mentioned in the tutorial/setup):

enter image description here

There is a webjob running, I did not create this, I think it was created by the wizard in some way(?):

enter image description here

And at last:

enter image description here

It seems to me that I have done everything the tutorial has asked me to do, I don't know why I get the error, I also don't understand the reference to "00000000-0000-0000-0000-000000000000". Does anyone know what I did wrong and how to solve this error?

Thanks in advance.

like image 870
Niek Jonkman Avatar asked Oct 13 '17 11:10

Niek Jonkman


2 Answers

The checkbox "Update Application Settings" must be checked if you want to modify the settings from the Let's Encrypt extension's pages.

like image 153
juunas Avatar answered Nov 21 '22 17:11

juunas


If you hate the idea of an azure webjob swallowing valuable system resources of your azure app service then there is now an alternative solution which uses Azure Automation;

https://www.powershellgallery.com/packages/GetSSL-LetsEncrypt

Documentation @ https://w.itpro.es/ssl-eng

like image 44
alv Avatar answered Nov 21 '22 17:11

alv