Project

General

Profile

Feature #2095

Add ability to use SSL/TLS

Added by Luke Murphey over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
10/17/2017
Due date:
% Done:

100%


Associated revisions

Revision 48 (diff)
Added by lukemurphey over 6 years ago

Upgrading to the last modular input class and adding the FilePathField

Reference #2095

Revision 49 (diff)
Added by lukemurphey over 6 years ago

Adding SSL/TLS support to the webhooks input

Closes #2095

Revision 50 (diff)
Added by lukemurphey over 6 years ago

Fixing issue error where FilePathField didn't return the path correctly

Reference #2095

History

#1 Updated by Luke Murphey over 6 years ago

  • Description updated (diff)

#3 Updated by Luke Murphey over 6 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 over 6 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

#5 Updated by Luke Murphey over 6 years ago

  • % Done changed from 100 to 90

#6 Updated by Luke Murphey over 6 years ago

  • % Done changed from 90 to 100

Also available in: Atom PDF