Infomaniak / certbot-dns-infomaniak

Infomaniak DNS Authenticator plugin for certbot
Apache License 2.0
32 stars 13 forks source link

Other Port than 80 #28

Closed donat1 closed 6 months ago

donat1 commented 1 year ago

I'm not shure, but I guess, that another port than 80 won't work with this renew? What do I have to change?

Matoran commented 10 months ago

The purpose of this plugin is to validate your certificate with DNS. No port is used on your side. You can just run

export INFOMANIAK_API_TOKEN=yourtoken
certbot renew --authenticator dns-infomaniak

to renew it.