Skip to content

Commit a7520ac

Browse files
author
Scott
authored
Add option to accept an expired SSL cert
This feature is optional but undocumented https://github.com/nandub/hubot-irc/blob/master/src/irc.coffee#L168
1 parent d40d6a3 commit a7520ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ And the following are optional.
4040
* `HUBOT_IRC_NICKSERV_PASSWORD`
4141
* `HUBOT_IRC_NICKSERV_USERNAME`
4242
* `HUBOT_IRC_SERVER_FAKE_SSL`
43+
* `HUBOT_IRC_SERVER_CERT_EXPIRED`
4344
* `HUBOT_IRC_UNFLOOD`
4445
* `HUBOT_IRC_DEBUG`
4546
* `HUBOT_IRC_USESSL`
@@ -87,6 +88,10 @@ with Nickserv on the IRC server, e.g. `/msg NickServ identify <username> <passwo
8788
This is the optional flag if you want to accept self signed SSL certificated
8889
from a non trusted CA. You can set the variable to anything.
8990

91+
### IRC Server Expired Certificate
92+
93+
This is the optional flag if you want to accept an expired SSL certificate.
94+
9095
### IRC Unflood
9196

9297
This is the optional flag if you want to protect your hubot from flooding

0 commit comments

Comments
 (0)