|
<< Click to Display Table of Contents >> Navigation: Telegram > 2022 > 01 > 25 > Telegram_2022-01-25T15 |
2022-01-25T15:33:32
Hi JNP, the self-signed certificate works fine. What I was trying to do is to generate a certificate for my production environment.
These are the steps I'm following
1. Generate Certificate Request
2. Copy the files to my app folder
3. Request Let's Encrypt Certificate
4. Copy challenge file to app folder (wwwroot, right?)
Still getting the timeout error
type: pre Error executing requesting LE certificate: TIWLetsEncrypt.New_Order: Could not finalize certificate challenge within specified timeout
language: my ServerController settings seems to be OK, including EnableACME as true.
I guess my biddings settings should not affect the request at the time, correct?
type: pre aHttpBindings.Add('http://app.bobskeywords.com:80/');
aHttpsBindings.Add('https://app.bobskeywords.com:443/');
language: I also checked the Firewall and both ports 80 and 443 are open
Any other things I should look at?
Thanks
2022-01-25T15:34:58
The video is in Portuguese but maybe you can do the step by step. type: link https://www.youtube.com/watch?v=HQaa-BDb8Xk&t=21s
2022-01-25T15:40:39
cool... let me check
2022-01-25T15:59:42
> 1. Generate Certificate Request
Doesn't necessary.
> 2. Copy the files to my app folder
Doesn't necessary.
> 3. Request Let's Encrypt Certificate
Use IWCertManager.
> 4. Copy challenge file to app folder (wwwroot, right?)
No, use IWCertManager, set challenge folder to folder above wwwroot named \ type: code acme-challenge \.
> my ServerController settings seems to be OK, including EnableACME as true.
Ok.
> I guess my biddings settings should not affect the request at the time, correct?
Not affect.