Feature #2095
Add ability to use SSL/TLS
Start date:
10/17/2017
Due date:
% Done:
100%
Associated revisions
Upgrading to the last modular input class and adding the FilePathField
Reference #2095
Adding SSL/TLS support to the webhooks input
Closes #2095
Fixing issue error where FilePathField didn't return the path correctly
Reference #2095
History
#1 Updated by Luke Murphey about 7 years ago
- Description updated (diff)
#3 Updated by Luke Murphey about 7 years ago
I made certificates with these commands per https://www.akadia.com/services/ssh_test_certificate.html:
openssl genrsa -des3 -out server.key 1024 openssl req -new -key server.key -out server.csr cp server.key server.key.org openssl rsa -in server.key.org -out server.key openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
#4 Updated by Luke Murphey about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
#5 Updated by Luke Murphey about 7 years ago
- % Done changed from 100 to 90
#6 Updated by Luke Murphey about 7 years ago
- % Done changed from 90 to 100