View | Details | Raw Unified | Return to bug 257857 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/py-certbot-dns-cpanel/Makefile (-1 lines)
Lines 17-23 USES= python:3.6+ Link Here
17
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
18
18
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
21
SUB_FILES=	pkg-message
20
SUB_FILES=	pkg-message
22
21
23
PLIST_FILES=	"${PREFIX}/etc/certbot-dns-cpanel/credentials.ini.sample"
22
PLIST_FILES=	"${PREFIX}/etc/certbot-dns-cpanel/credentials.ini.sample"
(-)b/security/py-certbot-dns-cpanel/files/credentials.ini.sample (-8 / +4 lines)
Lines 1-18 Link Here
1
# From https://raw.githubusercontent.com/badjware/certbot-dns-cpanel/master/credentials.ini.exemple
2
3
# The url cPanel url
1
# The url cPanel url
4
# include the scheme and the port number (usually 2083 for https)
2
# include the scheme and the port number (usually 2083 for https)
5
certbot_dns_cpanel:cpanel_url = https://cpanel.exemple.com:2083
3
cpanel_url = https://cpanel.exemple.com:2083
6
4
7
# The cPanel username
5
# The cPanel username
8
certbot_dns_cpanel:cpanel_username = user
6
cpanel_username = user
9
7
10
# The cPanel password
8
# The cPanel password
11
certbot_dns_cpanel:cpanel_password = hunter2
9
cpanel_password = hunter2
12
10
13
# The cPanel API Token
11
# The cPanel API Token
14
certbot_dns_cpanel:cpanel_token = EUTQ793EY7MIRX4EMXXXXXXXXXXOX4JF
12
cpanel_token = EUTQ793EY7MIRX4EMXXXXXXXXXXOX4JF
15
13
16
# You only need to configure API Token or Password. If you supply both, the API Token will be used
14
# You only need to configure API Token or Password. If you supply both, the API Token will be used
17
18
# vi:syntax=ini

Return to bug 257857