A website deployed to AEWeb cannot provide its full SSL certification chain.
Because of that we usually provide the last chain part (certificate directly related to the domain name).
Some Webview implementations require the full cert chain (with intermediate certs) to perform the TLS handshake.
Describe the solution you'd like
Add the management of full certs chain to aeweb.
[ ] GitHub Action : handle full cert chain validation using tls.createSecureContextcert array
Is your feature request related to a problem?
A website deployed to AEWeb cannot provide its full SSL certification chain. Because of that we usually provide the last chain part (certificate directly related to the domain name).
Some Webview implementations require the full cert chain (with intermediate certs) to perform the TLS handshake.
Describe the solution you'd like
Add the management of full certs chain to aeweb.
cert
array