Jump to content

Stunnel configuration example using Telnet: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 131: Line 131:
   cert = /etc/stunnel/stunnel.pem
   cert = /etc/stunnel/stunnel.pem


(image)
[[File:Networking Rut955 manual stunnel config ubuntu v1.bmp|border]]
'''
 
Step 4: Create certificates'''
'''Step 4: Create certificates'''
Stunnel uses SSL certificate to secure its connections, which you can easily create using the commands:
Stunnel uses SSL certificate to secure its connections, which you can easily create using the commands:


Line 145: Line 145:
* cat key.pem cert.pem >> /etc/stunnel/stunnel.pem
* cat key.pem cert.pem >> /etc/stunnel/stunnel.pem


(image)
[[File:Networking Rut955 manual stunnel certificates ubuntu v1.bmp|border]]
'''
 
Step 5: Restart stunnel'''  
'''Step 5: Restart stunnel'''  


restart the stunnel configuration using the command:
restart the stunnel configuration using the command:
* /etc/init.d/stunnel4 restart  
* /etc/init.d/stunnel4 restart  


(image)
 
[[File:Networking Rut955 manual stunnel restart ubuntu v1.bmp|border]]
 
 
==Testing Results==
==Testing Results==
277

edits