Documentation: Libreswan Opportunistic IPsec using LetsEncrypt: Difference between revisions
Jump to navigation
Jump to search
(intro added) |
(prerequisites added) |
||
Line 5: | Line 5: | ||
== Prerequisite == | == Prerequisite == | ||
The following packages are required to avail full features of the `letsencrypt` program: | |||
1. IPsec - [https://github.com/libreswan/libreswan/ Libreswan] | |||
2. certutil | |||
3. wget | |||
4. certbot* | |||
5. openssl* | |||
* Required only for hosts acting as servers. Not required for hosts acting as clients. | |||
== Installation == | == Installation == |
Revision as of 15:43, 11 August 2019
Introduction
`letsencrypt` invokes several of the utilities involved in controlling the Opportunistic Encryption system, running the specified {command} with the specified [argument] as if it had been invoked directly. More information about the utility is available at Libreswan Opportunistic IPsec using LetsEncrypt .
Prerequisite
The following packages are required to avail full features of the `letsencrypt` program: 1. IPsec - Libreswan 2. certutil 3. wget 4. certbot* 5. openssl*
- Required only for hosts acting as servers. Not required for hosts acting as clients.