2020-08-03 11:00:14 -04:00
|
|
|
# Instructions: https://github.com/badjware/certbot-dns-cpanel#credentials
|
2022-12-08 10:22:14 -05:00
|
|
|
# The url cPanel url
|
2020-08-03 11:00:14 -04:00
|
|
|
# include the scheme and the port number (usually 2083 for https)
|
2022-12-08 10:22:14 -05:00
|
|
|
cpanel_url = https://cpanel.exemple.com:2083
|
|
|
|
|
|
|
|
# The cPanel username
|
|
|
|
cpanel_username = user
|
|
|
|
|
|
|
|
# The cPanel password
|
|
|
|
cpanel_password = hunter2
|
|
|
|
|
|
|
|
# The cPanel API Token
|
|
|
|
cpanel_token = EUTQ793EY7MIRX4EMXXXXXXXXXXOX4JF
|
|
|
|
|
|
|
|
# You only need to configure API Token or Password. If you supply both, the API Token will be used
|