mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(HTTP Request Node): Option to provide SSL Certificates in Http Request Node (#9125)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
6
packages/nodes-base/nodes/HttpRequest/interfaces.ts
Normal file
6
packages/nodes-base/nodes/HttpRequest/interfaces.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type HttpSslAuthCredentials = {
|
||||
ca?: string;
|
||||
cert?: string;
|
||||
key?: string;
|
||||
passphrase?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user