root@s3:~# certbot certonly --authenticator dns-directadmin -d .s3.XXXXX.net
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for .s3.XXXX.net
Input the path to your DirectAdmin credentials INI file (Enter 'c' to cancel): da.ini
Encountered exception during recovery: ValueError: bad query field: ''
An unexpected error occurred:
ValueError: bad query field: ''
docs are wrong on ini file variables too:
the command line options don't work and if i omit them i get prompted but then..
{}: dns_directadmin_username (Username) and dns_directadmin_password (Password)
or dns_directadmin_token (Access Token) are required
Fixed those but then the above error happens. Maybe because of my wildcard subdomain cert, i didnt try anything else.
root@s3:~# certbot certonly --authenticator dns-directadmin -d .s3.XXXXX.net Saving debug log to /var/log/letsencrypt/letsencrypt.log Requesting a certificate for .s3.XXXX.net Input the path to your DirectAdmin credentials INI file (Enter 'c' to cancel): da.ini Encountered exception during recovery: ValueError: bad query field: '' An unexpected error occurred: ValueError: bad query field: ''
docs are wrong on ini file variables too: the command line options don't work and if i omit them i get prompted but then.. {}: dns_directadmin_username (Username) and dns_directadmin_password (Password) or dns_directadmin_token (Access Token) are required
Fixed those but then the above error happens. Maybe because of my wildcard subdomain cert, i didnt try anything else.