You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use a self signed cert.pem file with node-irc, what do i need to pass to secure in order for this to work. Most of the examples of loading certs in node are using a key and a cert, can you use a single combined pem file with node-irc?
The text was updated successfully, but these errors were encountered:
Node requires that the key and cert be provided separately as part of the tlsAPI. node-irc passed the object that is defined as opt.secure to the tls connect function.
I want to use a self signed cert.pem file with node-irc, what do i need to pass to
secure
in order for this to work. Most of the examples of loading certs in node are using a key and a cert, can you use a single combined pem file with node-irc?The text was updated successfully, but these errors were encountered: