-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Milestone
Description
Describe the problem
When we want to set https with adapter-node. Build created by adapter-node has no ability to use https, or provide certificate to it.
Describe the proposed solution
I suggest to expose https option, where we would be able to set certificate and key like this:
https: {
cert: fs.readFileSync('./cert.crt'),
key: fs.readFileSync('./key.key'),
}
Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
aradalvand, xamir82, hyunbinseo and ghostebony