I don't know if you're maintaining the pip3 package, however when i tested it out i got this error:
https://gist.github.com/Lillecarl/0675730265e9e304b3fc76f9ad7ca812
So what i did was i removed the leading space and the trailing / in the base URL variable, which resolved the issue and gave me a certificate.
The command i used was certbot certonly --server https://acme-v02.api.letsencrypt.org/directory -d *.dicloud.se -d dicloud.se in case that's of interest (using new wildcard compatible API 👍 )
I didn't try installing it from your repo, i know very little about both the python environment and language so this is all i can do 😄
I don't know if you're maintaining the pip3 package, however when i tested it out i got this error:
https://gist.github.com/Lillecarl/0675730265e9e304b3fc76f9ad7ca812
So what i did was i removed the leading space and the trailing / in the base URL variable, which resolved the issue and gave me a certificate.
The command i used was certbot certonly --server https://acme-v02.api.letsencrypt.org/directory -d *.dicloud.se -d dicloud.se in case that's of interest (using new wildcard compatible API 👍 )
I didn't try installing it from your repo, i know very little about both the python environment and language so this is all i can do 😄