Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
INTRAWEB ACME
#4
Automatic certificate management is being developed and it is not yet fully implemented.
IW apps are able to respond to the challenge, but the certificate request must be done manually for now, until we finish our implementation. If you create the certificate request manually now, hopefully before it expires we will have a working version. That's the expectation.

Regarding your https://example2.com issue:

If you want your IW application to be able to respond to that, you will need to create a content handler mapped to

http://example2.com/.well-known/acme-challenge

and also register this URL with your http.sys IW application (it can be done using the ServerController's OnBind event, for instance, which should be quite straighforward). The content handler should be able to open the text file, read it and write the response back. There are a couple of demos that show how to do something similar ( https://github.com/Atozed/IntraWeb/tree/...ntHandlers ).

the content handler is required in this case because the application won't usually respond to this URL, otherwise you wouldn't need it.
Reply


Messages In This Thread
INTRAWEB ACME - by JuergenS - 01-08-2020, 04:59 PM
RE: INTRAWEB ACME - by kudzu - 01-08-2020, 05:46 PM
RE: INTRAWEB ACME - by JuergenS - 01-09-2020, 08:03 AM
RE: INTRAWEB ACME - by Alexandre Machado - 01-09-2020, 08:33 PM
RE: INTRAWEB ACME - by JuergenS - 01-10-2020, 05:10 AM
RE: INTRAWEB ACME - by JuergenS - 07-10-2020, 08:00 AM
RE: INTRAWEB ACME - by Comograma - 02-23-2024, 03:43 PM
RE: INTRAWEB ACME - by Alexandre Machado - 07-13-2020, 10:28 AM
RE: INTRAWEB ACME - by JuergenS - 07-20-2020, 09:19 AM
RE: INTRAWEB ACME - by Alexandre Machado - 07-22-2020, 02:03 AM
RE: INTRAWEB ACME - by JuergenS - 02-23-2024, 08:41 PM
RE: INTRAWEB ACME - by Comograma - 02-26-2024, 05:56 PM
RE: INTRAWEB ACME - by Alexandre Machado - 02-27-2024, 06:33 AM
RE: INTRAWEB ACME - by JuergenS - 02-26-2024, 06:53 PM
RE: INTRAWEB ACME - by Comograma - 02-27-2024, 03:22 PM
RE: INTRAWEB ACME - by Alexandre Machado - 03-01-2024, 03:02 AM
RE: INTRAWEB ACME - by Comograma - 03-01-2024, 05:48 PM

Forum Jump:


Users browsing this thread: 4 Guest(s)