Difference between revisions of "Openssl"
(Created page with "Category:LinuxLV Category:Linux Server == Motivation ==") |
|||
Line 2: | Line 2: | ||
== Motivation == |
== Motivation == |
||
+ | |||
+ | As we know: The traffic on the internet is constantly monitored and there are a lot of bad guys out there who want to hack into your systems. Encrypting the information is thus a must. With openssl we have a general purpose tool that helps you with all tasks regarding SSL encryption. |
||
+ | |||
+ | Here you get a quick overview of how to handle certificate with openssl. |
||
+ | |||
+ | == openssl == |
Revision as of 16:10, 1 April 2020
Motivation
As we know: The traffic on the internet is constantly monitored and there are a lot of bad guys out there who want to hack into your systems. Encrypting the information is thus a must. With openssl we have a general purpose tool that helps you with all tasks regarding SSL encryption.
Here you get a quick overview of how to handle certificate with openssl.