summaryrefslogtreecommitdiff
path: root/security/py-certbot-dns-cpanel/files/pkg-message.in
blob: 447e6df23aebca717f630fbe42fe4338f6a126ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
{ type: install
  message: <<EOM
How to run certbot using the cPanel plugin:

$ certbot certonly \
  --authenticator certbot-dns-cpanel:cpanel \
  --certbot-dns-cpanel:cpanel-credentials %%PREFIX%%/etc/certbot-dns-cpanel/credentials.ini \
  -d 'exemple.com' \
  -d '*.exemple.com'

You can also specify a installer plugin with the --installer option.

$ certbot run \
  --authenticator certbot-dns-cpanel:cpanel \
  --installer apache \
  --certbot-dns-cpanel:cpanel-credentials %%PREFIX%%/etc/certbot-dns-cpanel/credentials.ini \
  -d 'exemple.com' \
  -d '*.exemple.com'

More details on https://github.com/badjware/certbot-dns-cpanel.
EOM
}
]