1IPSEC_LETSENCRYPT(8) Executable programs IPSEC_LETSENCRYPT(8)
2
3
4
6 ipsec_letsencrypt - invoke Opportunistic Encryption utilities
7
9 ipsec letsencrypt [--client] [--server] [--test] [--disable] [--help]
10 [--generate-certificate hostname] [--renew hostname]
11
12
14 ipsec letsencrypt
15 { --client | --server | --test | --disable | -- help }
16
17 ipsec letsencrypt { --generate-certificate | --renew } hostname
18
20 Letsencrypt The command creates a secure Opportunistic Connection
21 between the hosts commonly referred to as client and server. The client
22 connects to the server and remains anonymous, whereas the server is
23 authenticated before connecting to it. The server is not anonymous. The
24 server uses Let's Encrypt certificates for authentication and
25 encryption purposes.
26
27 The --client operation is used for initial client setup.
28
29 The --server operation is used for initial server setup.
30
31 The --test operation is used for testing the configuration/connection.
32
33 The --generate-certificate hostname operation is used for generating
34 the certificate for the hostname.
35
36 The --renew hostname operation is used for updating the generated
37 certificate, it keeps the private key same.
38
39 The --disable operation is used for disabling IPsec service.
40
41 The --help operation is used for displaying all the available options.
42
44 ipsec.conf(5)
45
47 Original Program written by <Rishabh[1]> .
48
50 Rishabh
51
53 1. Rishabh
54 https://github.com/Rishabh04-02/
55
56
57
58libreswan 02/21/2021 IPSEC_LETSENCRYPT(8)